Index: Source/core/html/HTMLStyleElement.h |
diff --git a/Source/core/html/HTMLStyleElement.h b/Source/core/html/HTMLStyleElement.h |
index a69577afa834cda9f6b0ba892842b6c159da6aa1..9e6b346ce7f2c0ff580e0fcfac97463279cde38e 100644 |
--- a/Source/core/html/HTMLStyleElement.h |
+++ b/Source/core/html/HTMLStyleElement.h |
@@ -40,8 +40,6 @@ public: |
static PassRefPtrWillBeRawPtr<HTMLStyleElement> create(Document&, bool createdByParser); |
virtual ~HTMLStyleElement(); |
- void setType(const AtomicString&); |
- |
ContainerNode* scopingNode(); |
using StyleElement::sheet; |