Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / extension / XWalkExtensionContextWrapper.java
index 1654efc..e34288f 100644 (file)
@@ -11,7 +11,7 @@ import android.content.Context;
  * This is a public class to provide context for extensions.
  * It'll be shared by all external extensions.
  */
-public class XWalkExtensionContextWrapper implements XWalkExtensionContext {
+class XWalkExtensionContextWrapper implements XWalkExtensionContext {
     private XWalkExtensionContext mOriginContext;
 
     public XWalkExtensionContextWrapper(XWalkExtensionContext context) {