Index: trunk/public/web/WebPageSerializerClient.h |
=================================================================== |
--- trunk/public/web/WebPageSerializerClient.h (revision 162155) |
+++ trunk/public/web/WebPageSerializerClient.h (working copy) |
@@ -63,13 +63,13 @@ |
// status indicates the status of data serialization. |
virtual void didSerializeDataForFrame(const WebURL& frameURL, |
const WebCString& data, |
- PageSerializationStatus) = 0; |
+ PageSerializationStatus status) = 0; |
WebPageSerializerClient() { } |
protected: |
virtual ~WebPageSerializerClient() { } |
}; |
-} // namespace blink |
+} // namespace blink |
#endif |
Property changes on: trunk/public/web/WebPageSerializerClient.h |
___________________________________________________________________ |
Modified: svn:eol-style |
- LF |
+ native |