Index: Source/core/dom/FullscreenElementStack.cpp |
diff --git a/Source/core/dom/FullscreenElementStack.cpp b/Source/core/dom/FullscreenElementStack.cpp |
index 8415b3d14d72d3695d038be46e3fb31c34de0a2f..7bd45e1839ba16a358958da4ac21aa3e256a1b8b 100644 |
--- a/Source/core/dom/FullscreenElementStack.cpp |
+++ b/Source/core/dom/FullscreenElementStack.cpp |
@@ -162,7 +162,7 @@ void FullscreenElementStack::documentWasDisposed() |
} |
#endif |
-void FullscreenElementStack::requestFullScreenForElement(Element& element, RequestType requestType) |
+void FullscreenElementStack::requestFullscreen(Element& element, RequestType requestType) |
{ |
// Ignore this request if the document is not in a live frame. |
if (!document()->isActive()) |