| Index: public/web/WebNodeList.h
|
| diff --git a/public/web/WebNodeList.h b/public/web/WebNodeList.h
|
| index 060a64054e1d424befcba43c3e90153cba28fffa..80484366318afa51219c17f7301e4ea0f0b28f31 100644
|
| --- a/public/web/WebNodeList.h
|
| +++ b/public/web/WebNodeList.h
|
| @@ -38,7 +38,7 @@ namespace WebCore { class NodeList; }
|
| namespace WTF { template <typename T> class PassRefPtr; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebNode;
|
|
|
| // Provides readonly access to some properties of a DOM node.
|
| @@ -69,6 +69,6 @@ private:
|
| WebCore::NodeList* m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|