Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp |
diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp |
index e0afb0835ab114aa80cdad1dc7fbd081582a2ab4..616b95146e21cf070d1567b17f400d3cc3a06947 100644 |
--- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp |
+++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.cpp |
@@ -123,7 +123,7 @@ const WTF::AtomicString& ScreenOrientation::interfaceName() const |
return EventTargetNames::ScreenOrientation; |
} |
-ExecutionContext* ScreenOrientation::executionContext() const |
+ExecutionContext* ScreenOrientation::getExecutionContext() const |
{ |
if (!m_frame) |
return 0; |