Index: third_party/WebKit/Source/web/WebPageSerializerImpl.h |
diff --git a/third_party/WebKit/Source/web/WebPageSerializerImpl.h b/third_party/WebKit/Source/web/WebPageSerializerImpl.h |
index fd20800b908a627f21f21f28e2149e1e6466c145..9376cdd32e46521d8d465d61d99f269d1929fad2 100644 |
--- a/third_party/WebKit/Source/web/WebPageSerializerImpl.h |
+++ b/third_party/WebKit/Source/web/WebPageSerializerImpl.h |
@@ -102,6 +102,9 @@ private: |
// Local directory name of all local resource files. |
WTF::String m_localDirectoryName; |
+ // Tracks whether we've encoded any bytes yet. |
+ bool m_noBytesEncodedYet; |
jsbell
2015/12/07 22:53:51
Can you flip the semantics of this so that it star
|
+ |
// Web entities conversion maps. |
WebEntities m_htmlEntities; |
WebEntities m_xmlEntities; |