Index: Source/core/streams/ReadableStream.cpp |
diff --git a/Source/core/streams/ReadableStream.cpp b/Source/core/streams/ReadableStream.cpp |
index 5355aff8ff17993645571f5605baf9e268bcb3cb..94e0a23837f4e76bbce7ba215219898f2092841c 100644 |
--- a/Source/core/streams/ReadableStream.cpp |
+++ b/Source/core/streams/ReadableStream.cpp |
@@ -20,7 +20,7 @@ namespace { |
class ConstUndefined : public ScriptFunction { |
public: |
- static v8::Handle<v8::Function> create(ScriptState* scriptState) |
+ static v8::Local<v8::Function> create(ScriptState* scriptState) |
{ |
return (new ConstUndefined(scriptState))->bindToV8Function(); |
} |