[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

darin at apple.com darin at apple.com
Fri Jan 21 14:53:33 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 65cb7842764c3b0d3f24bb296a097c7256baa7ad
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 3 21:38:34 2011 +0000

    * wtf/Forward.h: Added Decoder and Encoder.
    
    Reviewed by Brady Eidson.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74936 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 9f0654c..ee01857 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-03  Darin Adler  <darin at apple.com>
+
+        Reviewed by Brady Eidson.
+
+        * wtf/Forward.h: Added Decoder and Encoder.
+
 2011-01-03  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/Source/JavaScriptCore/wtf/Forward.h b/Source/JavaScriptCore/wtf/Forward.h
index 3a9cfa7..28be168 100644
--- a/Source/JavaScriptCore/wtf/Forward.h
+++ b/Source/JavaScriptCore/wtf/Forward.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2006, 2009 Apple Inc. All rights reserved.
+ *  Copyright (C) 2006, 2009, 2011 Apple Inc. All rights reserved.
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Library General Public
@@ -36,6 +36,8 @@ namespace WTF {
     class AtomicString;
     class AtomicStringImpl;
     class CString;
+    class Decoder;
+    class Encoder;
     class String;
     class StringBuffer;
     class StringImpl;
@@ -53,6 +55,8 @@ using WTF::Vector;
 using WTF::AtomicString;
 using WTF::AtomicStringImpl;
 using WTF::CString;
+using WTF::Encoder;
+using WTF::Decoder;
 using WTF::String;
 using WTF::StringBuffer;
 using WTF::StringImpl;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list