| Index: Source/web/WebPageSerializerImpl.cpp
|
| diff --git a/Source/web/WebPageSerializerImpl.cpp b/Source/web/WebPageSerializerImpl.cpp
|
| index 8a4aa9086f733d123cfa6e4da9383d14d1fbd18f..a1a581605f9e36612178bf9453e318468af14f37 100644
|
| --- a/Source/web/WebPageSerializerImpl.cpp
|
| +++ b/Source/web/WebPageSerializerImpl.cpp
|
| @@ -99,7 +99,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Maximum length of data buffer which is used to temporary save generated
|
| // html content data. This is a soft limit which might be passed if a very large
|
| @@ -526,4 +526,4 @@ bool WebPageSerializerImpl::serialize()
|
| return didSerialization;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|