Index: Source/web/WebDevToolsAgentImpl.cpp |
diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp |
index 3b6cf305e220f5e2b1096e83a321bffcf560d7e1..ec6e783c20b684303dc7e686d0601f96287005fc 100644 |
--- a/Source/web/WebDevToolsAgentImpl.cpp |
+++ b/Source/web/WebDevToolsAgentImpl.cpp |
@@ -76,7 +76,6 @@ |
#include "modules/device_orientation/DeviceOrientationInspectorAgent.h" |
#include "modules/filesystem/InspectorFileSystemAgent.h" |
#include "modules/indexeddb/InspectorIndexedDBAgent.h" |
-#include "modules/screen_orientation/ScreenOrientationInspectorAgent.h" |
#include "modules/storage/InspectorDOMStorageAgent.h" |
#include "modules/webdatabase/InspectorDatabaseAgent.h" |
#include "platform/JSONValues.h" |
@@ -365,8 +364,6 @@ |
m_agents.append(workerAgentPtr.release()); |
m_agents.append(pageConsoleAgentPtr.release()); |
- |
- m_agents.append(ScreenOrientationInspectorAgent::create(*m_webLocalFrameImpl->frame())); |
} |
WebDevToolsAgentImpl::~WebDevToolsAgentImpl() |