| Index: Source/core/dom/Fullscreen.cpp
|
| diff --git a/Source/core/dom/Fullscreen.cpp b/Source/core/dom/Fullscreen.cpp
|
| index 5e404e2f56227e0a5c8ef04afd33b2ed2e381bba..2b8c345c4e6655f50452be2e47f4f61283ef46a7 100644
|
| --- a/Source/core/dom/Fullscreen.cpp
|
| +++ b/Source/core/dom/Fullscreen.cpp
|
| @@ -113,7 +113,7 @@ static bool isPrefixed(const AtomicString& type)
|
|
|
| static PassRefPtrWillBeRawPtr<Event> createEvent(const AtomicString& type, EventTarget& target)
|
| {
|
| - EventInitDictionary initializer;
|
| + EventInit initializer;
|
| initializer.setBubbles(isPrefixed(type));
|
| RefPtrWillBeRawPtr<Event> event = Event::create(type, initializer);
|
| event->setTarget(&target);
|
|
|