Fixing stuff

This commit is contained in:
Brock Whitten
2010-03-15 15:32:12 -07:00
parent c750109bd7
commit db03ff397f
28 changed files with 6 additions and 2556 deletions

View File

@@ -70,11 +70,9 @@ public class WebViewReflect {
// TODO Auto-generated catch block
e.printStackTrace();
}
//setting.setDatabaseEnabled(enable);
//setting.setDatabasePath(path);
} else {
/* feature not supported, do something else */
System.out.println("dump not supported");
System.out.println("Database not supported");
}
}
@@ -95,11 +93,9 @@ public class WebViewReflect {
// TODO Auto-generated catch block
e.printStackTrace();
}
//setting.setDatabaseEnabled(enable);
//setting.setDatabasePath(path);
} else {
/* feature not supported, do something else */
System.out.println("dump not supported");
System.out.println("DOM Storage not supported");
}
}