Index: Source/bindings/core/dart/DartInspectorRuntimeAgent.h |
diff --git a/Source/bindings/core/dart/DartInspectorRuntimeAgent.h b/Source/bindings/core/dart/DartInspectorRuntimeAgent.h |
index 845b80bd22904a2baceaa813e3e15f17f5a5b012..6a3a0cdf209c031e708fee959f03cbb3475f31bd 100644 |
--- a/Source/bindings/core/dart/DartInspectorRuntimeAgent.h |
+++ b/Source/bindings/core/dart/DartInspectorRuntimeAgent.h |
@@ -86,7 +86,7 @@ public: |
void getProperties(ErrorString*, const String& objectId, const bool* ownProperties, const bool* accessorPropertiesOnly, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::PropertyDescriptor> >& result, RefPtr<TypeBuilder::Array<TypeBuilder::Runtime::InternalPropertyDescriptor> >& internalProperties); |
void getProperty(ErrorString*, const String& objectId, const RefPtr<JSONArray>& propertyPath, RefPtr<TypeBuilder::Runtime::RemoteObject>& result, TypeBuilder::OptOutput<bool>* wasThrown); |
- int addExecutionContextToFrontendHelper(DartScriptState*, bool isPageContext, const String& name, const String& frameId); |
+ void addExecutionContextToFrontendHelper(DartScriptState*, bool isPageContext, const String& name, const String& frameId); |
private: |
DartInjectedScript* injectedScriptForEval(ErrorString*, const int* executionContextId); |