Index: trunk/Source/bindings/v8/V8WindowShell.cpp |
=================================================================== |
--- trunk/Source/bindings/v8/V8WindowShell.cpp (revision 153372) |
+++ trunk/Source/bindings/v8/V8WindowShell.cpp (working copy) |
@@ -449,7 +449,7 @@ |
static void getter(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
- // FIXME: Consider passing StringImpl directly. |
+ // FIXME: Consider passing AtomicStringImpl directly. |
AtomicString name = toWebCoreAtomicString(property); |
HTMLDocument* htmlDocument = V8HTMLDocument::toNative(info.Holder()); |
ASSERT(htmlDocument); |