| Index: Source/bindings/v8/Dictionary.h
|
| diff --git a/Source/bindings/v8/Dictionary.h b/Source/bindings/v8/Dictionary.h
|
| index daadaaa53a7eabf206d753cbfd821e134bfe3b12..2268c63bd2f19ec232647e21e476754c7d128c95 100644
|
| --- a/Source/bindings/v8/Dictionary.h
|
| +++ b/Source/bindings/v8/Dictionary.h
|
| @@ -45,7 +45,7 @@ namespace WebCore {
|
|
|
| class ArrayValue;
|
| class DOMError;
|
| -class DOMWindow;
|
| +class LocalDOMWindow;
|
| class Gamepad;
|
| class MediaStream;
|
| class HeaderMap;
|
| @@ -83,7 +83,7 @@ public:
|
| bool get(const String&, unsigned&) const;
|
| bool get(const String&, unsigned long&) const;
|
| bool get(const String&, unsigned long long&) const;
|
| - bool get(const String&, RefPtrWillBeMember<DOMWindow>&) const;
|
| + bool get(const String&, RefPtrWillBeMember<LocalDOMWindow>&) const;
|
| bool get(const String&, RefPtrWillBeMember<Storage>&) const;
|
| bool get(const String&, MessagePortArray&) const;
|
| bool get(const String&, RefPtr<Uint8Array>&) const;
|
|
|