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