Build fix.

Change-Id: Ie2baa3d7d32fd382e8ecb2a811669f50aa26fdc9
This commit is contained in:
Maksymilian Osowski
2010-07-16 16:45:12 +01:00
parent 63ae85f0e1
commit 650893b676

View File

@@ -98,7 +98,6 @@ public class LayoutTestsRunnerThread extends Thread {
public LayoutTestsRunnerThread(String path, LayoutTestsRunner activity) {
mFileFilter = new FileFilter(TESTS_ROOT_DIR_PATH);
mRelativePath = path;
mUiDisplayHandler = activity.getHandler();
mActivity = activity;
/** This creates a handler that runs on the thread that _created_ this thread */