Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 172ff9eec488846110fefa28ae83931a4f95500c..2c537eda3ee189cfc3564d54bed3ff3dd444a1cd 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -234,9 +234,6 @@ interface InspectorInstrumentation { |
void applyUserAgentOverride(LocalFrame*, String* userAgent); |
[Page, Inline=FastReturn] |
- bool applyViewportStyleOverride(Document*, StyleResolver*); |
- |
- [Page, Inline=FastReturn] |
void applyEmulatedMedia(LocalFrame*, String* media); |
[Resource] |