* DumpRenderTree/chromium/LayoutTestController.cpp:
(LayoutTestController::setEncodedAudioData):
* DumpRenderTree/qt/LayoutTestControllerQt.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@89734
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-06-25 Dan Bernstein <mitz@apple.com>
+
+ Try to fix the Qt and Chromium builds.
+
+ * DumpRenderTree/chromium/LayoutTestController.cpp:
+ (LayoutTestController::setEncodedAudioData):
+ * DumpRenderTree/qt/LayoutTestControllerQt.cpp:
+
2011-06-24 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.
m_encodedAudioData = arguments[0].toString();
setShouldDumpAsAudio(true);
}
-
-void LayoutTestController::allowRoundingHacks()
-{
-}
m_drt->webPage()->triggerAction(QWebPage::SetTextDirectionLeftToRight);
}
-void LayoutTestController::allowRoundingHacks()
-{
-}
-
const unsigned LayoutTestController::maxViewWidth = 800;
const unsigned LayoutTestController::maxViewHeight = 600;