| Index: Source/core/inspector/InjectedScript.h
|
| diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
|
| index bfe33e4a3f7337862db14bb92d88d6825592b421..a44e02714f372657b0ce8365a467f11c9ec99df3 100644
|
| --- a/Source/core/inspector/InjectedScript.h
|
| +++ b/Source/core/inspector/InjectedScript.h
|
| @@ -113,6 +113,9 @@ public:
|
|
|
| void setCustomObjectFormatterEnabled(bool);
|
|
|
| + v8::Local<v8::Array> frameworksEventListeners(v8::Local<v8::Value>);
|
| + v8::Local<v8::Set> frameworksEventHandlers(v8::Local<v8::Value>);
|
| +
|
| private:
|
| friend InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState*);
|
| using InspectedStateAccessCheck = bool (*)(ScriptState*);
|
|
|