diff options
Diffstat (limited to 'WebCore/inspector/InspectorDOMStorageResource.cpp')
| -rw-r--r-- | WebCore/inspector/InspectorDOMStorageResource.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/WebCore/inspector/InspectorDOMStorageResource.cpp b/WebCore/inspector/InspectorDOMStorageResource.cpp index 1f3522e..03db649 100644 --- a/WebCore/inspector/InspectorDOMStorageResource.cpp +++ b/WebCore/inspector/InspectorDOMStorageResource.cpp @@ -36,7 +36,7 @@  #include "Document.h"  #include "Frame.h"  #include "InspectorFrontend.h" -#include "JSONObject.h" +#include "ScriptObject.h"  #include "ScriptObjectQuarantine.h"  #include "Storage.h" @@ -62,7 +62,7 @@ void InspectorDOMStorageResource::bind(InspectorFrontend* frontend)      if (m_scriptObjectCreated)          return; -    JSONObject jsonObject = frontend->newJSONObject(); +    ScriptObject jsonObject = frontend->newScriptObject();      ScriptObject domStorage;      if (!getQuarantinedScriptObject(m_frame.get(), m_domStorage.get(), domStorage))          return; | 
