| Index: public/web/WebOptionElement.h
|
| diff --git a/public/web/WebOptionElement.h b/public/web/WebOptionElement.h
|
| index d7b090bedbcf59ca4b93d9ce0f2677d47bb7a526..6c941e405149f4cd2e2919b45a128602661cc608 100644
|
| --- a/public/web/WebOptionElement.h
|
| +++ b/public/web/WebOptionElement.h
|
| @@ -38,7 +38,7 @@
|
| namespace WebCore { class HTMLOptionElement; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Provides readonly access to some properties of a DOM option element node.
|
| class WebOptionElement : public WebElement {
|
| @@ -68,6 +68,6 @@ public:
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|