Index: Source/core/html/shadow/SliderThumbElement.h |
diff --git a/Source/core/html/shadow/SliderThumbElement.h b/Source/core/html/shadow/SliderThumbElement.h |
index 9e8bc8b439541fd96e1f5c8b4f3219b3a9033675..cccd93f6dc0da9782c1661587c7fd8e797bce4d8 100644 |
--- a/Source/core/html/shadow/SliderThumbElement.h |
+++ b/Source/core/html/shadow/SliderThumbElement.h |
@@ -75,7 +75,7 @@ private: |
inline PassRefPtr<Element> SliderThumbElement::cloneElementWithoutAttributesAndChildren() |
{ |
- return create(document()); |
+ return create(&document()); |
} |
inline SliderThumbElement* toSliderThumbElement(Node* node) |