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

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

Issue 22392008: Manual merge of http://src.chromium.org/viewvc/blink?view=revision&revision=155043 (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1547/
Patch Set: Created 7 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
« no previous file with comments | « Source/core/dom/DocumentStyleSheetCollection.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ProcessingInstruction.h
===================================================================
--- Source/core/dom/ProcessingInstruction.h (revision 155639)
+++ Source/core/dom/ProcessingInstruction.h (working copy)
@@ -51,6 +51,8 @@
bool isCSS() const { return m_isCSS; }
bool isXSL() const { return m_isXSL; }
+ bool isLoading() const;
+
private:
ProcessingInstruction(Document*, const String& target, const String& data);
@@ -69,7 +71,6 @@
virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet*);
virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
- bool isLoading() const;
virtual bool sheetLoaded();
virtual void addSubresourceAttributeURLs(ListHashSet<KURL>&) const;
« no previous file with comments | « Source/core/dom/DocumentStyleSheetCollection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698