| Index: public/web/WebRuntimeFeatures.h
|
| diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
|
| index d0666f874ecdf4c236caaf666374d78d39e9c8f7..bf7314ddd9bafa44038332cb060f5681b9f972c5 100644
|
| --- a/public/web/WebRuntimeFeatures.h
|
| +++ b/public/web/WebRuntimeFeatures.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // This class is used to enable runtime features of Blink.
|
| // All features are disabled by default.
|
| @@ -167,6 +167,6 @@ private:
|
| WebRuntimeFeatures();
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|