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

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

Issue 365873002: Implement a part of ProcessingInstruction by using PrivateScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use PrivateScript to invoke XSLTransform 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/StyleSheetCandidate.h
diff --git a/Source/core/dom/StyleSheetCandidate.h b/Source/core/dom/StyleSheetCandidate.h
index 9d9e6a893c5bb0487e22b9049d2f7f91de1af0fa..39eda0f6767d908ab27f7f9178f06b2bce45a4ee 100644
--- a/Source/core/dom/StyleSheetCandidate.h
+++ b/Source/core/dom/StyleSheetCandidate.h
@@ -52,7 +52,6 @@ public:
, m_type(typeOf(node))
{ }
- bool isXSL() const;
bool isImport() const;
bool isAlternate() const;
bool isEnabledViaScript() const;

Powered by Google App Engine
This is Rietveld 408576698