Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 4729b37a054c485981a163412a57497a67a18858..d20bb6db35e3dd53870419c4bab3ddcffbe81cbc 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] |