Chromium Code Reviews| Index: Source/core/dom/Fullscreen.h |
| diff --git a/Source/core/dom/Fullscreen.h b/Source/core/dom/Fullscreen.h |
| index da33f75fabf933861a26f691796e713d3d9ac52a..b36e6bfc2743e7e1d1218a5bae18e729c2e1495e 100644 |
| --- a/Source/core/dom/Fullscreen.h |
| +++ b/Source/core/dom/Fullscreen.h |
| @@ -67,7 +67,7 @@ public: |
| }; |
| void requestFullscreen(Element&, RequestType); |
| - void fullyExitFullscreen(); |
| + static void fullyExitFullscreen(Document&); |
| void exitFullscreen(); |
| static bool fullscreenEnabled(Document&); |