| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index e78254b022d1acaee0d9e60113aaf2d4f77ef61b..943f025b67a7d0ad3afb8026545dd380c3e38b5a 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -51,7 +51,7 @@ class Value;
|
| template <class T> class Handle;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebAXObject;
|
| class WebDocumentType;
|
| class WebElement;
|
| @@ -151,6 +151,6 @@ public:
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|