Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / java / src / org / chromium / android_webview / AwQuotaManagerBridge.java
index 6eee70b..0f83337 100644 (file)
@@ -136,7 +136,7 @@ public class AwQuotaManagerBridge {
             long[] quotas) {
         assert mPendingGetOriginCallbacks.get(callbackId) != null;
         mPendingGetOriginCallbacks.get(callbackId).onReceiveValue(
-            new Origins(origin, usages, quotas));
+                new Origins(origin, usages, quotas));
         mPendingGetOriginCallbacks.remove(callbackId);
     }