| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 04499981416729f0f13dff06556a15f081692330..3e218fc7a2ac7ffd33aa7eb33f7aa3bff10e3706 100644
|
| --- 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*);
|
|
|
| @@ -534,12 +531,6 @@ interface InspectorOverrides {
|
|
|
| [Worker, Inline=FastReturn]
|
| bool shouldPauseDedicatedWorkerOnStart(ExecutionContext* context);
|
| -
|
| - [Page, Inline=FastReturn]
|
| - float overrideFontScaleFactor(Page* page, [DefaultReturn] float fontScaleFactor);
|
| -
|
| - [Page, Inline=FastReturn]
|
| - bool overrideTextAutosizing(Page* page, [DefaultReturn] bool textAutosizing);
|
| }
|
|
|
|
|
|
|