| Index: LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js
|
| index da2f067449c7aa7488f4dbbdd922a24a97579633..6c59710c899cb127c5428da9af1f1704c2b8276e 100644
|
| --- a/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -715,6 +715,7 @@ WebInspector.targetManager.observeTargets({
|
| InspectorTest.CSSAgent = target.cssAgent();
|
| InspectorTest.CanvasAgent = target.canvasAgent();
|
| InspectorTest.ConsoleAgent = target.consoleAgent();
|
| + InspectorTest.DeviceOrientationAgent = target.deviceOrientationAgent();
|
| InspectorTest.DOMAgent = target.domAgent();
|
| InspectorTest.DOMDebuggerAgent = target.domdebuggerAgent();
|
| InspectorTest.DebuggerAgent = target.debuggerAgent();
|
|
|