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

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

Issue 429363004: Should clear sheet when ProcessingInstruction's removedFrom or attributeChanged (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/ProcessingInstruction.h
diff --git a/Source/core/dom/ProcessingInstruction.h b/Source/core/dom/ProcessingInstruction.h
index 3099c11f5cbb93fd5f6fb182c18bf86a92780dd5..9cc14b505538254dc30f045e71ee8fe54ce06cbe 100644
--- a/Source/core/dom/ProcessingInstruction.h
+++ b/Source/core/dom/ProcessingInstruction.h
@@ -71,6 +71,7 @@ private:
virtual bool sheetLoaded() OVERRIDE;
void parseStyleSheet(const String& sheet);
+ void clearSheet();
String m_target;
String m_localHref;
« no previous file with comments | « LayoutTests/fast/xsl/modify-xsl-while-loading-crash-expected.txt ('k') | Source/core/dom/ProcessingInstruction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698