| Index: Source/bindings/core/v8/V8ScriptRunner.cpp
|
| diff --git a/Source/bindings/core/v8/V8ScriptRunner.cpp b/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| index 32c1659c872e8b86209ad46c5ca06629f3132916..86c068eb7bae68bc2ca4f0a8c0f7b36541016a68 100644
|
| --- a/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| +++ b/Source/bindings/core/v8/V8ScriptRunner.cpp
|
| @@ -129,7 +129,7 @@ v8::Local<v8::Script> V8ScriptRunner::compileScript(v8::Handle<v8::String> code,
|
| resource->clearCachedMetadata();
|
| // Temporarily disable cached metadata for streaming; it's
|
| // producing broken data. FIXME: enable it again.
|
| - // resource->setCachedMetadata(streamer->cachedDataType(), reinterpret_cast<const char*>(newCachedData->data), newCachedData->length);
|
| + resource->setCachedMetadata(streamer->cachedDataType(), reinterpret_cast<const char*>(newCachedData->data), newCachedData->length);
|
| }
|
| } else if (!resource || !resource->url().protocolIsInHTTPFamily() || code->Length() < 1024) {
|
| v8::ScriptCompiler::Source source(code, origin);
|
|
|