[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
mrowe at apple.com
mrowe at apple.com
Wed Mar 17 18:18:59 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 13237443388ce17c50883e97d9e6a3ef5a599409
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 5 00:23:29 2010 +0000
Use a framework-style include to pull in WebInspector.h for consistency
with other parts of WebKit.
Reviewed by Sam Weinig.
* WebInspector/WebInspectorPrivate.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55559 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index ce5de75..3a74cc9 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-04 Mark Rowe <mrowe at apple.com>
+
+ Reviewed by Sam Weinig.
+
+ Use a framework-style include to pull in WebInspector.h for consistency
+ with other parts of WebKit.
+
+ * WebInspector/WebInspectorPrivate.h:
+
2010-03-04 Brady Eidson <beidson at apple.com>
Reviewed by Geoff Garen.
diff --git a/WebKit/mac/WebInspector/WebInspectorPrivate.h b/WebKit/mac/WebInspector/WebInspectorPrivate.h
index c82bb92..d18f804 100644
--- a/WebKit/mac/WebInspector/WebInspectorPrivate.h
+++ b/WebKit/mac/WebInspector/WebInspectorPrivate.h
@@ -28,7 +28,7 @@
// This header contains the WebInspector SPI.
-#import "WebInspector.h"
+#import <WebKit/WebInspector.h>
@interface WebInspector (WebPrivate)
- (void)evaluateInFrontend:(id)sender callId:(long)callId script:(NSString *)script;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list