| Index: third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| index c8ef1e8d8af6d46670dd75979fec17478ed4f005..972b45193d6e776db288b3bb5683483350b372d0 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentFullscreen.h
|
| @@ -45,7 +45,7 @@ public:
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(fullscreenerror);
|
|
|
| // Mozilla version
|
| - static Element* webkitCurrentFullScreenElement(Document&);
|
| + static Element* currentFullScreenElement(Document&);
|
|
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenchange);
|
| DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(webkitfullscreenerror);
|
|
|