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

Unified Diff: Source/core/dom/DecodedDataDocumentParser.h

Issue 495743003: Add an extra guard to replaceDocument() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ppdated Created 6 years, 4 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/dom/DecodedDataDocumentParser.h
diff --git a/Source/core/dom/DecodedDataDocumentParser.h b/Source/core/dom/DecodedDataDocumentParser.h
index 1e87c64c3b118cf9fe92cdf687a71141180d35c0..de7fd08ce58a271c76a410f817481400a3410477 100644
--- a/Source/core/dom/DecodedDataDocumentParser.h
+++ b/Source/core/dom/DecodedDataDocumentParser.h
@@ -52,7 +52,7 @@ protected:
virtual ~DecodedDataDocumentParser();
private:
- // append is used by DocumentWriter::replaceDocument.
+ // append is used by DocumentWriter::replaceDocumentWhileExecutingJavaScriptURL.
virtual void append(PassRefPtr<StringImpl>) = 0;
void updateDocument(String& decodedData);

Powered by Google App Engine
This is Rietveld 408576698