Loading core/java/android/webkit/CallbackProxy.java +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ class CallbackProxy extends Handler { // Result transportation object for returning results across thread // boundaries. private class ResultTransport<E> { private static class ResultTransport<E> { // Private result object private E mResult; Loading core/java/android/webkit/WebIconDatabase.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public final class WebIconDatabase { private final EventHandler mEventHandler = new EventHandler(); // Class to handle messages before WebCore is ready private class EventHandler extends Handler { private static class EventHandler extends Handler { // Message ids static final int OPEN = 0; static final int CLOSE = 1; Loading core/java/android/webkit/WebStorage.java +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ public final class WebStorage { private Handler mHandler = null; private class Origin { private static class Origin { String mOrigin = null; long mQuota = 0; Loading Loading
core/java/android/webkit/CallbackProxy.java +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ class CallbackProxy extends Handler { // Result transportation object for returning results across thread // boundaries. private class ResultTransport<E> { private static class ResultTransport<E> { // Private result object private E mResult; Loading
core/java/android/webkit/WebIconDatabase.java +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public final class WebIconDatabase { private final EventHandler mEventHandler = new EventHandler(); // Class to handle messages before WebCore is ready private class EventHandler extends Handler { private static class EventHandler extends Handler { // Message ids static final int OPEN = 0; static final int CLOSE = 1; Loading
core/java/android/webkit/WebStorage.java +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ public final class WebStorage { private Handler mHandler = null; private class Origin { private static class Origin { String mOrigin = null; long mQuota = 0; Loading