Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Fix the build error due to the rename of package name.
Browse files Browse the repository at this point in the history
XWalkDefaultWebChromeClient is moved from org.xwalk.core.client to
org.xwalk.core. Change the package name in Cordova as well.

BUG=https://crosswalk-project.org/jira/browse/XWALK-1227
  • Loading branch information
Yongsheng Zhu authored and fujunwei committed Oct 14, 2014
1 parent 8ff76aa commit 35d84c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaChromeClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Licensed to the Apache Software Foundation (ASF) under one
import android.webkit.ValueCallback;
//import android.webkit.WebChromeClient;
import org.xwalk.core.XWalkWebChromeClient;
import org.xwalk.core.client.XWalkDefaultWebChromeClient;
import org.xwalk.core.XWalkDefaultWebChromeClient;
import android.webkit.WebStorage;
//import android.webkit.WebView;
import org.xwalk.core.XWalkView;
Expand Down

0 comments on commit 35d84c7

Please sign in to comment.