| Index: Source/web/WebPageSerializerImpl.h
|
| diff --git a/Source/web/WebPageSerializerImpl.h b/Source/web/WebPageSerializerImpl.h
|
| index 5cd37fba3f0d64d1cbff3b820c6bf84085ea4f9c..d6e883a1280d86b462fdb28a515cd0e4068ab1ff 100644
|
| --- a/Source/web/WebPageSerializerImpl.h
|
| +++ b/Source/web/WebPageSerializerImpl.h
|
| @@ -54,7 +54,7 @@ class Element;
|
| class Node;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebFrameImpl;
|
|
|
| // Get html data by serializing all frames of current page with lists
|
| @@ -187,6 +187,6 @@ private:
|
| SerializeDomParam* param);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|