| Index: public/web/WebElement.h
|
| diff --git a/public/web/WebElement.h b/public/web/WebElement.h
|
| index dc7abbeb4298a66679710784b7e5ce5bb71e2142..3bfd310f39d0a3073243b335ac5a49a8dfa23c4e 100644
|
| --- a/public/web/WebElement.h
|
| +++ b/public/web/WebElement.h
|
| @@ -38,7 +38,7 @@
|
| namespace WebCore { class Element; }
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| struct WebRect;
|
|
|
| // Provides access to some properties of a DOM element node.
|
| @@ -95,6 +95,6 @@ struct WebRect;
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|