Chromium Code Reviews| Index: Source/core/inspector/InspectorFrontendHost.idl |
| diff --git a/Source/core/inspector/InspectorFrontendHost.idl b/Source/core/inspector/InspectorFrontendHost.idl |
| index e1a99b54cf06c7691c15d224a35645a8db41a547..c655170d8fc744085664cf2ef26c2ec76480a0d7 100644 |
| --- a/Source/core/inspector/InspectorFrontendHost.idl |
| +++ b/Source/core/inspector/InspectorFrontendHost.idl |
| @@ -31,6 +31,7 @@ |
| */ |
| [ |
| + WillBeGarbageCollected, |
| NoInterfaceObject |
| ] interface InspectorFrontendHost { |
| // FIXME: setZoomFactor is here only for old frontends. Remove in M38. |