| Index: bindings/js/ScriptValue.cpp
|
| ===================================================================
|
| --- bindings/js/ScriptValue.cpp (revision 53180)
|
| +++ bindings/js/ScriptValue.cpp (working copy)
|
| @@ -32,8 +32,6 @@
|
| #include <JavaScriptCore/APICast.h>
|
| #include <JavaScriptCore/JSValueRef.h>
|
|
|
| -#include "JSInspectedObjectWrapper.h"
|
| -
|
| #include <runtime/JSLock.h>
|
| #include <runtime/Protect.h>
|
| #include <runtime/UString.h>
|
| @@ -42,14 +40,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -#if ENABLE(INSPECTOR)
|
| -ScriptValue ScriptValue::quarantineValue(ScriptState* scriptState, const ScriptValue& value)
|
| -{
|
| - JSLock lock(SilenceAssertionsOnly);
|
| - return ScriptValue(JSInspectedObjectWrapper::wrap(scriptState, value.jsValue()));
|
| -}
|
| -#endif
|
| -
|
| bool ScriptValue::getString(ScriptState* scriptState, String& result) const
|
| {
|
| if (!m_value)
|
|
|