Index: Source/web/WebFrameImpl.cpp |
diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
index 0f95f0ecf8a2ec85fd219d471c16a568f33536b7..26dc55ecb45a92bbd2e1a800063ff3b836a512a5 100644 |
--- a/Source/web/WebFrameImpl.cpp |
+++ b/Source/web/WebFrameImpl.cpp |
@@ -1806,8 +1806,6 @@ void WebFrameImpl::resetMatchCount() |
void WebFrameImpl::sendOrientationChangeEvent(int orientation) |
{ |
- ASSERT(!RuntimeEnabledFeatures::orientationEventEnabled()); |
- |
if (frame()) |
frame()->sendOrientationChangeEvent(orientation); |
} |