| Index: public/web/WebKit.h
|
| diff --git a/public/web/WebKit.h b/public/web/WebKit.h
|
| index 396731135c9a46388910f75e3fc79ede5ab26c88..6b4382f46ed6114d30cbcc4ced0ffdab0576c1d6 100644
|
| --- a/public/web/WebKit.h
|
| +++ b/public/web/WebKit.h
|
| @@ -37,7 +37,7 @@ namespace v8 {
|
| class Isolate;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Must be called on the thread that will be the main WebKit thread before
|
| // using any other WebKit APIs. The provided Platform; must be
|
| @@ -81,6 +81,6 @@ BLINK_EXPORT void enableLogChannel(const char*);
|
| // containing plugins will be reloaded after refreshing the plugin list.
|
| BLINK_EXPORT void resetPluginCache(bool reloadPages);
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|