[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

yurys at chromium.org yurys at chromium.org
Thu Apr 8 00:29:03 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d4965dbf987709e6559f0b529f094d56d59cc4d5
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 9 15:26:49 2009 +0000

    2009-12-09  Yury Semikhatsky  <yurys at chromium.org>
    
            Unreviewed, build fix.
    
            Add return statement to default implementation of hostIdentifier method
            introduced in http://trac.webkit.org/changeset/51897
    
            * public/WebDevToolsAgentClient.h:
            (WebKit::WebDevToolsAgentClient::hostIdentifier):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51900 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index 3341e6c..e53d558 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,5 +1,15 @@
 2009-12-09  Yury Semikhatsky  <yurys at chromium.org>
 
+        Unreviewed, build fix.
+
+        Add return statement to default implementation of hostIdentifier method
+        introduced in http://trac.webkit.org/changeset/51897
+
+        * public/WebDevToolsAgentClient.h:
+        (WebKit::WebDevToolsAgentClient::hostIdentifier):
+
+2009-12-09  Yury Semikhatsky  <yurys at chromium.org>
+
         Reviewed by Pavel Feldman.
 
         Add declaration of static methods that allow to dispatch
diff --git a/WebKit/chromium/public/WebDevToolsAgentClient.h b/WebKit/chromium/public/WebDevToolsAgentClient.h
index b9ffde1..ec51654 100644
--- a/WebKit/chromium/public/WebDevToolsAgentClient.h
+++ b/WebKit/chromium/public/WebDevToolsAgentClient.h
@@ -51,7 +51,7 @@ public:
     virtual void forceRepaint() { }
 
     // Returns the identifier of the entity hosting this agent.
-    virtual int hostIdentifier() { }
+    virtual int hostIdentifier() { return -1; }
 
     // Notifies host upon runtime feature being enabled/disabled.
     virtual void runtimeFeatureStateChanged(const WebString& feature, bool enabled) { }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list