You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/08/30 03:04:53 UTC

ios commit: Fixed headers for CDVDebugView

Updated Branches:
  refs/heads/master a3eb27d06 -> c0a1bf50c


Fixed headers for CDVDebugView


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/c0a1bf50
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/c0a1bf50
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/c0a1bf50

Branch: refs/heads/master
Commit: c0a1bf50c129f4c7ab11aad9cda548a22310c64e
Parents: a3eb27d
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Aug 29 18:04:45 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Aug 29 18:04:45 2012 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/debugview/CDVDebugWebView.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/c0a1bf50/CordovaLib/Classes/debugview/CDVDebugWebView.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/debugview/CDVDebugWebView.h b/CordovaLib/Classes/debugview/CDVDebugWebView.h
index 2ff720c..6ba4ab5 100644
--- a/CordovaLib/Classes/debugview/CDVDebugWebView.h
+++ b/CordovaLib/Classes/debugview/CDVDebugWebView.h
@@ -17,11 +17,7 @@
  under the License.
  */
 
-#ifdef CORDOVA_FRAMEWORK
 #import <Cordova/CDVCordovaView.h>
-#else
-#import "CDVCordovaView.h"
-#endif
 
 // http://opensource.apple.com/source/WebKit/WebKit-6531.9/mac/WebView/WebScriptDebugDelegate.h
 #import "WebScriptDebugDelegate.h"