[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 05:53:12 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 42db1219b86faef6a582cec7ba0d4a2514b86e2a
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 14 00:09:25 2001 +0000

    More revisions to API.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@498 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/WebView.subproj/IFWebDataSource.h b/WebKit/WebView.subproj/IFWebDataSource.h
index 410e904..5049c27 100644
--- a/WebKit/WebView.subproj/IFWebDataSource.h
+++ b/WebKit/WebView.subproj/IFWebDataSource.h
@@ -112,7 +112,7 @@
 // data source.  Perhaps setController: should be private?  Perhaps the back pointers
 // can be managed externally, i.e. + controllerForDataSource: as a class method on 
 // WKDefaultWebController?
-- (void)setController: (id <WKWebController>)controller;
+//- (void)setController: (id <WKWebController>)controller;
 - (id <WKWebController>)controller;
 
 
diff --git a/WebKit/WebView.subproj/IFWebView.h b/WebKit/WebView.subproj/IFWebView.h
index 5174a2c..5261bba 100644
--- a/WebKit/WebView.subproj/IFWebView.h
+++ b/WebKit/WebView.subproj/IFWebView.h
@@ -84,7 +84,7 @@
  
 // Set and get the controller.  Note that the controller is not retained.
 // Perhaps setController: should be private?
-- (void)setController: (id <WKWebController>)controller;
+//- (void)setController: (id <WKWebController>)controller;
 - (id <WKWebController>)controller;
 
 
diff --git a/WebKit/WebView.subproj/WKWebDataSource.h b/WebKit/WebView.subproj/WKWebDataSource.h
index 410e904..5049c27 100644
--- a/WebKit/WebView.subproj/WKWebDataSource.h
+++ b/WebKit/WebView.subproj/WKWebDataSource.h
@@ -112,7 +112,7 @@
 // data source.  Perhaps setController: should be private?  Perhaps the back pointers
 // can be managed externally, i.e. + controllerForDataSource: as a class method on 
 // WKDefaultWebController?
-- (void)setController: (id <WKWebController>)controller;
+//- (void)setController: (id <WKWebController>)controller;
 - (id <WKWebController>)controller;
 
 
diff --git a/WebKit/WebView.subproj/WKWebView.h b/WebKit/WebView.subproj/WKWebView.h
index 5174a2c..5261bba 100644
--- a/WebKit/WebView.subproj/WKWebView.h
+++ b/WebKit/WebView.subproj/WKWebView.h
@@ -84,7 +84,7 @@
  
 // Set and get the controller.  Note that the controller is not retained.
 // Perhaps setController: should be private?
-- (void)setController: (id <WKWebController>)controller;
+//- (void)setController: (id <WKWebController>)controller;
 - (id <WKWebController>)controller;
 
 
diff --git a/WebKit/WebView.subproj/WebDataSource.h b/WebKit/WebView.subproj/WebDataSource.h
index 410e904..5049c27 100644
--- a/WebKit/WebView.subproj/WebDataSource.h
+++ b/WebKit/WebView.subproj/WebDataSource.h
@@ -112,7 +112,7 @@
 // data source.  Perhaps setController: should be private?  Perhaps the back pointers
 // can be managed externally, i.e. + controllerForDataSource: as a class method on 
 // WKDefaultWebController?
-- (void)setController: (id <WKWebController>)controller;
+//- (void)setController: (id <WKWebController>)controller;
 - (id <WKWebController>)controller;
 
 
diff --git a/WebKit/WebView.subproj/WebFrameView.h b/WebKit/WebView.subproj/WebFrameView.h
index 5174a2c..5261bba 100644
--- a/WebKit/WebView.subproj/WebFrameView.h
+++ b/WebKit/WebView.subproj/WebFrameView.h
@@ -84,7 +84,7 @@
  
 // Set and get the controller.  Note that the controller is not retained.
 // Perhaps setController: should be private?
-- (void)setController: (id <WKWebController>)controller;
+//- (void)setController: (id <WKWebController>)controller;
 - (id <WKWebController>)controller;
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list