Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 8ad04997a14e84ba28b6b35d3d5ca27ab81f024e..97dab82ce0efbd0b40825c7dd30be4599ce860f7 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -433,9 +433,9 @@ public: |
bool matches(const String& selectors, ExceptionState&); |
virtual bool shouldAppearIndeterminate() const { return false; } |
- DOMTokenList* classList(); |
+ DOMTokenList& classList(); |
- DOMStringMap* dataset(); |
+ DOMStringMap& dataset(); |
virtual bool isMediaElement() const { return false; } |