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 bb6e3944e596482adf52775008b10a271ac07185..b6cc95734e4a498b68f471e318427958b168e57e 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -337,10 +337,13 @@ class XMLHttpRequest; |
ExecuteScript([Keep] ExecutionContext* context); |
[Performance] |
alph
2017/03/08 01:32:01
TraceEvents
|
- CallFunction([Keep] ExecutionContext* context, v8::Local<v8::Function> function); |
+ CallFunction([Keep] ExecutionContext* context, v8::Local<v8::Function> function, int depth = 0); |
[Performance, DOMDebugger] |
UserCallback([Keep] ExecutionContext* context, const char* name, const AtomicString& atomicName, bool recurring, EventTarget* eventTarget = nullptr); |
+ |
+ [TraceEvents] |
+ ParseHTML(Document* document, HTMLDocumentParser* parser); |
} |
interface InspectorOverrides { |