| 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 b463a8b87dd26e9914c87d1804994ee1b317a508..255196cd35a985e137fddd8ba35c395024514604 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -126,6 +126,9 @@ class XMLHttpRequest;
|
| void willSendXMLHttpOrFetchNetworkRequest(ExecutionContext*, const String& url);
|
|
|
| [DOMDebugger]
|
| + void didCreateCanvasContext(Document*);
|
| +
|
| + [DOMDebugger]
|
| void didFireWebGLError(Element*, const String& errorName);
|
|
|
| [DOMDebugger]
|
|
|