[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
darin
darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:19:59 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit e579e0b715d1cd3b7a772e22484f9ab9e49b059d
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Jan 16 23:08:13 2003 +0000
* WebView.subproj/WebController.h: Fixed a comment that was out of date.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3336 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 363e546..80b927f 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,9 +1,11 @@
+2003-01-16 Darin Adler <darin at apple.com>
+
+ * WebView.subproj/WebController.h: Fixed a comment that was out of date.
+
2003-01-16 Chris Blumenberg <cblu at apple.com>
Fixed comment.
- Reviewed by NOBODY (OOPS!).
-
* Plugins.subproj/WebBaseNetscapePluginView.m:
2003-01-16 Chris Blumenberg <cblu at apple.com>
diff --git a/WebKit/WebView.subproj/WebController.h b/WebKit/WebView.subproj/WebController.h
index 42e6e28..064c002 100644
--- a/WebKit/WebView.subproj/WebController.h
+++ b/WebKit/WebView.subproj/WebController.h
@@ -52,7 +52,7 @@ extern NSString *WebElementStringKey; // NSString of the selected text
WebDataSource *dataSource;
WebFrame *mainFrame;
- webController = [[WebController alloc] initWithView: webView provisionalDataSource: nil];
+ webController = [[WebController alloc] initWithView: webView controllerSetName: nil];
mainFrame = [webController mainFrame];
[mainFrame loadRequest:request];
</pre>
diff --git a/WebKit/WebView.subproj/WebView.h b/WebKit/WebView.subproj/WebView.h
index 42e6e28..064c002 100644
--- a/WebKit/WebView.subproj/WebView.h
+++ b/WebKit/WebView.subproj/WebView.h
@@ -52,7 +52,7 @@ extern NSString *WebElementStringKey; // NSString of the selected text
WebDataSource *dataSource;
WebFrame *mainFrame;
- webController = [[WebController alloc] initWithView: webView provisionalDataSource: nil];
+ webController = [[WebController alloc] initWithView: webView controllerSetName: nil];
mainFrame = [webController mainFrame];
[mainFrame loadRequest:request];
</pre>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list