[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

andersca at apple.com andersca at apple.com
Wed Dec 22 18:38:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0fd1dcbfdd40924b7ae6d6dbd24b25b29d5d9adb
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 15 01:10:16 2010 +0000

    Fix a typo.
    
    Reviewed by TYPO FIX.
    
    * Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm:
    (WebKit::NetscapePluginModule::determineQuirks):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74078 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 42fd943..9f5ee55 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,14 @@
 2010-12-14  Anders Carlsson  <andersca at apple.com>
 
+        Reviewed by TYPO FIX.
+
+        Fix a typo.
+
+        * Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm:
+        (WebKit::NetscapePluginModule::determineQuirks):
+
+2010-12-14  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Cannot type into plugin edit field
@@ -11,7 +20,7 @@
 
         * PluginProcess/PluginProcess.cpp:
         (WebKit::PluginProcess::netscapePluginModule):
-        If the plug-in module has the PrognameShouldBeWebKitPluginHost quirk, call setprocname("WebKitPluginHost").
+        If the plug-in module has the PrognameShouldBeWebKitPluginHost quirk, call setprogname("WebKitPluginHost").
         
         * Shared/Plugins/Netscape/NetscapePluginModule.cpp:
         (WebKit::NetscapePluginModule::load):
diff --git a/WebKit2/Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm b/WebKit2/Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm
index 7062b0b..6ecacf0 100644
--- a/WebKit2/Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm
+++ b/WebKit2/Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm
@@ -330,7 +330,7 @@ void NetscapePluginModule::determineQuirks()
         return;
 
     if (plugin.bundleIdentifier == "com.macromedia.Flash Player.plugin") {
-        // Flash requires that the return value of getprocname() be "WebKitPluginHost".
+        // Flash requires that the return value of getprogname() be "WebKitPluginHost".
         m_pluginQuirks.add(PluginQuirks::PrognameShouldBeWebKitPluginHost);
     }
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list