| Index: Source/web/WebDevToolsAgentImpl.cpp
|
| diff --git a/Source/web/WebDevToolsAgentImpl.cpp b/Source/web/WebDevToolsAgentImpl.cpp
|
| index ec6e783c20b684303dc7e686d0601f96287005fc..3b6cf305e220f5e2b1096e83a321bffcf560d7e1 100644
|
| --- a/Source/web/WebDevToolsAgentImpl.cpp
|
| +++ b/Source/web/WebDevToolsAgentImpl.cpp
|
| @@ -76,6 +76,7 @@
|
| #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"
|
| @@ -364,6 +365,8 @@ WebDevToolsAgentImpl::WebDevToolsAgentImpl(
|
|
|
| m_agents.append(workerAgentPtr.release());
|
| m_agents.append(pageConsoleAgentPtr.release());
|
| +
|
| + m_agents.append(ScreenOrientationInspectorAgent::create(*m_webLocalFrameImpl->frame()));
|
| }
|
|
|
| WebDevToolsAgentImpl::~WebDevToolsAgentImpl()
|
|
|