[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

mrowe at apple.com mrowe at apple.com
Thu Apr 8 02:10:34 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 00905d7dfb89ff9e10388a0e264e2b23cbfd7fcd
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