| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index f33245b685d3da1ac75674daa1a56693e37ecab5..d834b1085d9b94c32662022c0a33fc2483183541 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -715,7 +715,7 @@ namespace WebCore {
|
| v8::Isolate* toIsolate(ExecutionContext*);
|
| v8::Isolate* toIsolate(Frame*);
|
|
|
| - // Can only be called by WebKit::initialize
|
| + // Can only be called by blink::initialize
|
| void setMainThreadIsolate(v8::Isolate*);
|
| } // namespace WebCore
|
|
|
|
|