| Index: Source/bindings/v8/V8WindowShell.cpp
|
| diff --git a/Source/bindings/v8/V8WindowShell.cpp b/Source/bindings/v8/V8WindowShell.cpp
|
| index 96e6e70eb9f2f011ec63a14414b90f053c57b5d5..766218e96b245ab269194e26eb7550359804aad6 100644
|
| --- a/Source/bindings/v8/V8WindowShell.cpp
|
| +++ b/Source/bindings/v8/V8WindowShell.cpp
|
| @@ -453,7 +453,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);
|
|
|