Changeset 19179 for S60/trunk/WebCore
- Timestamp:
- 01/26/07 18:37:10 (2 years ago)
- Location:
- S60/trunk/WebCore
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
khtml/html/html_headimpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/WebCore/ChangeLog
r19155 r19179 1 2007-01-26 bujtas <zbujtas@gmail.com> 2 3 Rs'd by Brad. 4 DESC: HTMLScriptElementImpl gets notified twice about 'insert new script' event. MLIO-6X9HKM 5 6 http://bugs.webkit.org/show_bug.cgi?id=12428 7 8 fix: prevents double notification. 9 10 * bridge/WebCoreBridge.h: 11 * kwq/KWQKHTMLPart.cpp: 12 (KWQKHTMLPart::createPart): 13 (KWQKHTMLPart::createSoundstart): 14 1 15 2007-01-24 yongjzha 2 16 -
S60/trunk/WebCore/khtml/html/html_headimpl.cpp
r16256 r19179 397 397 void HTMLScriptElementImpl::insertedIntoDocument() 398 398 { 399 //FIXME: dispatchChildInsertedEvents should not call this function twice 400 if (m_cachedScript) return; 401 399 402 HTMLElementImpl::insertedIntoDocument(); 400 403