Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index f61a7b486f21d6043c260317fda40a4f414451fe..d9b4292ea4857ca210a851cfc33bde29b54eef2c 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -299,7 +299,7 @@ PassRefPtr<Element> Internals::createContentElement(ExceptionState& es) |
return 0; |
} |
- return HTMLContentElement::create(document); |
+ return HTMLContentElement::create(*document); |
} |
bool Internals::isValidContentSelect(Element* insertionPoint, ExceptionState& es) |