[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373
dbates at webkit.org
dbates at webkit.org
Wed Apr 7 23:59:02 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit 5e895614043ffc9b5691cca2ca5236fea3ae5d98
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Nov 28 00:32:37 2009 +0000
2009-11-27 Daniel Bates <dbates at webkit.org>
Unreviewed, comment fix.
Corrected misspelling of the word "implemented".
* inspector/front-end/InjectedScriptAccess.js:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51453 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4cb6dc1..1493c84 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
2009-11-27 Daniel Bates <dbates at webkit.org>
+ Unreviewed, comment fix.
+
+ Corrected misspelling of the word "implemented".
+
+ * inspector/front-end/InjectedScriptAccess.js:
+
+2009-11-27 Daniel Bates <dbates at webkit.org>
+
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=31940
diff --git a/WebCore/inspector/front-end/InjectedScriptAccess.js b/WebCore/inspector/front-end/InjectedScriptAccess.js
index c6d4b65..045833b 100644
--- a/WebCore/inspector/front-end/InjectedScriptAccess.js
+++ b/WebCore/inspector/front-end/InjectedScriptAccess.js
@@ -51,7 +51,7 @@ InjectedScriptAccess._installHandler = function(methodName, async)
};
}
-// InjectedScriptAccess message forwarding puts some constraints on the way methods are imlpemented and called:
+// InjectedScriptAccess message forwarding puts some constraints on the way methods are implemented and called:
// - Make sure corresponding methods in InjectedScript return non-null and non-undefined values,
// - Make sure last parameter of all the InjectedSriptAccess.* calls is a callback function.
// We keep these sorted.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list