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

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


The following commit has been merged in the debian/unstable branch:
commit f8757ce28d062970bd1dcbe2b15d43df738cfe48
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 4 20:32:10 2002 +0000

    Actually checkin.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2246 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/WebDebugDOMNode.h b/WebKit/WebView.subproj/WebDebugDOMNode.h
index 37ed2e9..ef017aa 100644
--- a/WebKit/WebView.subproj/WebDebugDOMNode.h
+++ b/WebKit/WebView.subproj/WebDebugDOMNode.h
@@ -1,16 +1,14 @@
-//
-//  WebDOMNode.h
-//  WebKit
-//
-//  Created by Darin Adler on Tue Jun 11 2002.
-//  Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
-//
+/*	
+    WebDebugDOMNode.h
+    Copyright (c) 2002, Apple, Inc. All rights reserved.
+*/
+
 
 #import <Foundation/Foundation.h>
 
 @class WebView;
 
- at interface WebDOMNode : NSObject
+ at interface WebDebugDOMNode : NSObject
 {
     NSArray *children;
     NSString *name;
diff --git a/WebKit/WebView.subproj/WebDebugDOMNode.m b/WebKit/WebView.subproj/WebDebugDOMNode.m
index 7e15450..f4f056a 100644
--- a/WebKit/WebView.subproj/WebDebugDOMNode.m
+++ b/WebKit/WebView.subproj/WebDebugDOMNode.m
@@ -1,12 +1,9 @@
-//
-//  WebDOMNode.m
-//  WebKit
-//
-//  Created by Darin Adler on Tue Jun 11 2002.
-//  Copyright (c) 2002 Apple Computer, Inc. All rights reserved.
-//
+/*	
+    WebDebugDOMNode.m
+    Copyright (c) 2002, Apple, Inc. All rights reserved.
+*/
 
-#import "WebDOMNode.h"
+#import "WebDebugDOMNode.h"
 
 #import <WebKit/WebView.h>
 #import <WebKit/WebBridge.h>
@@ -15,7 +12,7 @@
 @interface WebKitDOMTreeCopier : NSObject <WebCoreDOMTreeCopier>
 @end
 
- at implementation WebDOMNode
+ at implementation WebDebugDOMNode
 
 - initWithName:(NSString *)n value:(NSString *)v source:(NSString *)s children:(NSArray *)c
 {
@@ -83,7 +80,7 @@
 
 - (NSObject *)nodeWithName:(NSString *)n value:(NSString *)v source:(NSString *)s children:(NSArray *)c
 {
-    return [[[WebDOMNode alloc] initWithName:n value:v source:s children:c] autorelease];
+    return [[[WebDebugDOMNode alloc] initWithName:n value:v source:s children:c] autorelease];
 }
 
 @end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list