Index: Source/core/frame/DOMWindow.cpp |
diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp |
index e52015a91aa505202e0d1b305712bf8d06a1cea1..ea86affedd389f572972222687c5d3db4cd050ac 100644 |
--- a/Source/core/frame/DOMWindow.cpp |
+++ b/Source/core/frame/DOMWindow.cpp |
@@ -615,7 +615,7 @@ bool DOMWindow::isCurrentlyDisplayedInFrame() const |
int DOMWindow::orientation() const |
{ |
- ASSERT(!RuntimeEnabledFeatures::orientationEventEnabled()); |
+ ASSERT(RuntimeEnabledFeatures::orientationEventEnabled()); |
if (!m_frame) |
return 0; |