Index: Source/core/dom/Document.cpp |
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp |
index 18d8f42667b2aae311ec8e7037541bd27955375b..746f8ced67d57cb68b8d3f2e1de425cfc6cb3a2f 100644 |
--- a/Source/core/dom/Document.cpp |
+++ b/Source/core/dom/Document.cpp |
@@ -4252,7 +4252,7 @@ void Document::finishedParsing() |
setParsing(false); |
if (!m_documentTiming.domContentLoadedEventStart) |
m_documentTiming.domContentLoadedEventStart = monotonicallyIncreasingTime(); |
- dispatchEvent(Event::create(eventNames().DOMContentLoadedEvent, true, false)); |
+ dispatchEvent(Event::createBubble(eventNames().DOMContentLoadedEvent)); |
if (!m_documentTiming.domContentLoadedEventEnd) |
m_documentTiming.domContentLoadedEventEnd = monotonicallyIncreasingTime(); |