| Index: Source/bindings/v8/SerializedScriptValue.cpp
|
| diff --git a/Source/bindings/v8/SerializedScriptValue.cpp b/Source/bindings/v8/SerializedScriptValue.cpp
|
| index 5503351b69d2cc926f75e008cffc7085117b5da5..9e36abb0ab9ba61a222139d1739493a23f8970ba 100644
|
| --- a/Source/bindings/v8/SerializedScriptValue.cpp
|
| +++ b/Source/bindings/v8/SerializedScriptValue.cpp
|
| @@ -1880,7 +1880,7 @@ private:
|
| return false;
|
| if (!readWebCoreString(&url))
|
| return false;
|
| - RefPtr<DOMFileSystem> fs = DOMFileSystem::create(getScriptExecutionContext(), name, static_cast<WebCore::FileSystemType>(type), KURL(ParsedURLString, url), AsyncFileSystem::create());
|
| + RefPtr<DOMFileSystem> fs = DOMFileSystem::create(getScriptExecutionContext(), name, static_cast<WebCore::FileSystemType>(type), KURL(ParsedURLString, url));
|
| *value = toV8(fs.release(), v8::Handle<v8::Object>(), m_isolate);
|
| return true;
|
| }
|
|
|