| Index: public/web/WebTextAreaElement.h
|
| diff --git a/public/web/WebTextAreaElement.h b/public/web/WebTextAreaElement.h
|
| index fb7f0cc1696378ea087ae91d6a2c1c8833908f04..fae3995b0a07a0d288561653357d66be728a00c8 100644
|
| --- a/public/web/WebTextAreaElement.h
|
| +++ b/public/web/WebTextAreaElement.h
|
| @@ -37,7 +37,7 @@
|
| namespace WebCore { class HTMLTextAreaElement; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Provides access to some properties of a DOM textarea element node.
|
| class WebTextAreaElement : public WebFormControlElement {
|
| @@ -62,6 +62,6 @@ public:
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|