| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index 68fdaa2db0ee162e1fc661398b610acd6c321372..10f809c75d77b6757fafeba38a7fb68f34ef5217 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -36,7 +36,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebRuntimeFeatures::enableStableFeatures(bool enable)
|
| {
|
| @@ -446,4 +446,4 @@ void WebRuntimeFeatures::enableRepaintAfterLayout(bool enable)
|
| RuntimeEnabledFeatures::setRepaintAfterLayoutEnabled(enable);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|