| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| index 91f847aa08cccc2c26065a0d1e2b5995df4813d2..a47528f436adfb3ae41cb2b48a89b3f9bfb173ac 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -230,7 +230,7 @@ class XMLHttpRequest;
|
| [Page]
|
| void frameDetachedFromParent([Keep] LocalFrame*);
|
|
|
| - [Network, DOM, Page]
|
| + [Network, DOM, Page, CSS]
|
| void didCommitLoad([Keep] LocalFrame*, DocumentLoader*);
|
|
|
| [DOM]
|
|
|