Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1018)

Unified Diff: Source/core/html/parser/HTMLSourceTracker.h

Issue 351353005: Fix: view-source fails to display < near chunk boundaries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/parser/HTMLSourceTracker.h
diff --git a/Source/core/html/parser/HTMLSourceTracker.h b/Source/core/html/parser/HTMLSourceTracker.h
index 083e6a93bf4e268a5ad57081c5ccc1b6185820a0..de0fc67726bebd1f17a811d840760fdb6baa6e82 100644
--- a/Source/core/html/parser/HTMLSourceTracker.h
+++ b/Source/core/html/parser/HTMLSourceTracker.h
@@ -51,6 +51,8 @@ private:
SegmentedString m_currentSource;
String m_cachedSourceForToken;
+
+ bool m_isStarted;
};
}
« no previous file with comments | « LayoutTests/fast/frames/viewsource/viewsource-6-expected.txt ('k') | Source/core/html/parser/HTMLSourceTracker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698