Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
old mode 100644 |
new mode 100755 |
index faa792a91594fd18790bdb043f87cc1bfe2a1b43..365b985ecc67c5fa03486392ab73e4461b3971b7 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -217,9 +217,6 @@ interface InspectorInstrumentation { |
[Timeline, Inline=FastReturn] |
void didEvaluateScript(const InspectorInstrumentationCookie&); |
- [Page, Inline=FastReturn] |
- void scriptsEnabled(Page*, bool isEnabled); |
- |
[PageRuntime, Inline=FastReturn] |
void didCreateIsolatedContext([Keep] Frame*, ScriptState*, SecurityOrigin*); |
@@ -537,12 +534,6 @@ interface InspectorOverrides { |
[Page, Inline=FastReturn] |
GeolocationPosition* overrideGeolocationPosition(Page* page, [DefaultReturn] GeolocationPosition* position); |
- |
- [Page, Inline=FastReturn] |
- float overrideFontScaleFactor(Page* page, [DefaultReturn] float fontScaleFactor); |
- |
- [Page, Inline=FastReturn] |
- bool overrideTextAutosizing(Page* page, [DefaultReturn] bool textAutosizing); |
} |