| Index: public/web/WebSelectElement.h
|
| diff --git a/public/web/WebSelectElement.h b/public/web/WebSelectElement.h
|
| index a00d48066fe7cef14b0ae63366844bf117d2041c..836959c24fc5226fd027c992bd12aa76ffd09654 100644
|
| --- a/public/web/WebSelectElement.h
|
| +++ b/public/web/WebSelectElement.h
|
| @@ -39,7 +39,7 @@
|
| namespace WebCore { class HTMLSelectElement; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Provides readonly access to some properties of a DOM select element node.
|
| class WebSelectElement : public WebFormControlElement {
|
| @@ -65,6 +65,6 @@ public:
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|