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

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

Issue 703193004: XSLT-in-PrivateScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 a0620a8ffe849c6d1a1ba363d0ade9e36a3dc1d6..1b97ae3b597111b9058617964fb97db6c315a72b 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