< prev index next >

modules/javafx.web/src/main/native/Source/JavaScriptCore/inspector/InjectedScript.cpp

Print this page

        

*** 302,312 **** } void InjectedScript::releaseObjectGroup(const String& objectGroup) { ASSERT(!hasNoValue()); ! // JDK-8164960 if (hasNoValue()) return; Deprecated::ScriptFunctionCall releaseFunction(injectedScriptObject(), ASCIILiteral("releaseObjectGroup"), inspectorEnvironment()->functionCallHandler()); releaseFunction.appendArgument(objectGroup); --- 302,312 ---- } void InjectedScript::releaseObjectGroup(const String& objectGroup) { ASSERT(!hasNoValue()); ! // JDK-8164076 if (hasNoValue()) return; Deprecated::ScriptFunctionCall releaseFunction(injectedScriptObject(), ASCIILiteral("releaseObjectGroup"), inspectorEnvironment()->functionCallHandler()); releaseFunction.appendArgument(objectGroup);
< prev index next >