git-svn-id: https://svn.webkit.org/repository/webkit/trunk@82842
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-04 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed build fix, add new LayoutTestController method stub to wx.
+
+ * DumpRenderTree/wx/LayoutTestControllerWx.cpp:
+ (LayoutTestController::shadowRoot):
+
2011-04-04 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, fix exception in rebaseline tool.
2011-04-04 Pavel Podivilov <podivilov@chromium.org>
Unreviewed, fix exception in rebaseline tool.
+
+const OpaqueJSValue* LayoutTestController::shadowRoot(const OpaqueJSContext*, const OpaqueJSValue*)
+{
+ // FIXME: Implement.
+}