Fix the missing break statement.

Somehow the break statement after SET_JS_FLAGS was removed.
This commit is contained in:
Feng Qian
2009-08-03 16:01:42 -07:00
parent 5192dda143
commit 706cee45e9

View File

@@ -1164,6 +1164,7 @@ final class WebViewCore {
case SET_JS_FLAGS:
nativeSetJsFlags((String)msg.obj);
break;
case GEOLOCATION_PERMISSIONS_PROVIDE:
GeolocationPermissionsData data =