| Index: content/public/android/java/src/org/chromium/content_public/browser/InterfaceRegistrar.java
|
| diff --git a/content/public/android/java/src/org/chromium/content_public/browser/InterfaceRegistrar.java b/content/public/android/java/src/org/chromium/content_public/browser/InterfaceRegistrar.java
|
| index 03a7bd81e3216dec9deb6d2de44004c048df8457..45b3ffe0f44d27d09f35fc5521ddc5c49f516012 100644
|
| --- a/content/public/android/java/src/org/chromium/content_public/browser/InterfaceRegistrar.java
|
| +++ b/content/public/android/java/src/org/chromium/content_public/browser/InterfaceRegistrar.java
|
| @@ -23,8 +23,8 @@ public interface InterfaceRegistrar<ParamType> {
|
|
|
| /** A registry of InterfaceRegistrars. */
|
| public static class Registry<ParamType> {
|
| - private static Registry<Context> sContextRegistry = null;
|
| - private static Registry<WebContents> sWebContentsRegistry = null;
|
| + private static Registry<Context> sContextRegistry;
|
| + private static Registry<WebContents> sWebContentsRegistry;
|
|
|
| private List<InterfaceRegistrar<ParamType>> mRegistrars =
|
| new ArrayList<InterfaceRegistrar<ParamType>>();
|
|
|