[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:32:01 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c719859f7cd2c6c8d0ace75d3478563cd02d1fef
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 16 12:31:01 2002 +0000

            * kjs/reference_list.h: Must include headers with "", not
    	<>. D'oh!
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1844 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 0122f46..ca8a95e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,10 @@
 2002-08-16  Maciej Stachowiak  <mjs at apple.com>
 
+        * kjs/reference_list.h: Must include headers with "", not
+	<>. D'oh!
+
+2002-08-16  Maciej Stachowiak  <mjs at apple.com>
+
         * JavaScriptCore.pbproj/project.pbxproj: Install reference.h and
 	reference_list.h so WebCore compiles (duh).
 
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 0122f46..ca8a95e 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,5 +1,10 @@
 2002-08-16  Maciej Stachowiak  <mjs at apple.com>
 
+        * kjs/reference_list.h: Must include headers with "", not
+	<>. D'oh!
+
+2002-08-16  Maciej Stachowiak  <mjs at apple.com>
+
         * JavaScriptCore.pbproj/project.pbxproj: Install reference.h and
 	reference_list.h so WebCore compiles (duh).
 
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 0122f46..ca8a95e 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,5 +1,10 @@
 2002-08-16  Maciej Stachowiak  <mjs at apple.com>
 
+        * kjs/reference_list.h: Must include headers with "", not
+	<>. D'oh!
+
+2002-08-16  Maciej Stachowiak  <mjs at apple.com>
+
         * JavaScriptCore.pbproj/project.pbxproj: Install reference.h and
 	reference_list.h so WebCore compiles (duh).
 
diff --git a/JavaScriptCore/kjs/reference_list.h b/JavaScriptCore/kjs/reference_list.h
index 4f4982a..09e11d9 100644
--- a/JavaScriptCore/kjs/reference_list.h
+++ b/JavaScriptCore/kjs/reference_list.h
@@ -23,8 +23,8 @@
 #ifndef _KJS_REFERENCE_LIST_H_
 #define _KJS_REFERENCE_LIST_H_
 
-#include <types.h>
-#include <reference.h>
+#include "types.h"
+#include "reference.h"
 
 namespace KJS {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list