summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp')
-rw-r--r--Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp b/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp
index 1d2f3d8..2086ae7 100644
--- a/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp
+++ b/Tools/DumpRenderTree/win/LayoutTestControllerWin.cpp
@@ -1441,6 +1441,12 @@ void LayoutTestController::setEditingBehavior(const char* editingBehavior)
preferences->setEditingBehavior(WebKitEditingUnixBehavior);
}
+JSValueRef LayoutTestController::shadowRoot(JSContextRef context, JSValueRef jsElement)
+{
+ // FIXME: Implement this.
+ return JSValueMakeUndefined(context);
+}
+
void LayoutTestController::abortModal()
{
}