Index: Source/bindings/v8/V8WindowShell.cpp |
diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp |
index f46e3df87f63ed3c51915ce86fecefc1bb921a68..bb4e96503bbccc76dfa7bb4a0fc86bf997a3b5b3 100644 |
--- a/Source/bindings/v8/V8WindowShell.cpp |
+++ b/Source/bindings/v8/V8WindowShell.cpp |
@@ -449,7 +449,7 @@ static v8::Handle<v8::Value> getNamedProperty(HTMLDocument* htmlDocument, const |
static void getter(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
- // FIXME: Consider passing AtomicStringImpl directly. |
+ // FIXME: Consider passing StringImpl directly. |
AtomicString name = toWebCoreAtomicString(property); |
HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder()); |
ASSERT(htmlDocument); |