From 30a5928e2a47b167dc87313b327e8bcb8a6f9529 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 5 Dec 2011 19:00:46 +0800 Subject: [PATCH] v8: Attempt to fix a typo in the commit message is resolve -> is resolved Change-Id: I95a6072be63e353bafdafccc404e90d331a01894 Reviewed-by: Aaron Kennedy --- src/v8/0004-Introduce-a-QML-compilation-mode.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v8/0004-Introduce-a-QML-compilation-mode.patch b/src/v8/0004-Introduce-a-QML-compilation-mode.patch index 2082b12b5f..d032cb834d 100644 --- a/src/v8/0004-Introduce-a-QML-compilation-mode.patch +++ b/src/v8/0004-Introduce-a-QML-compilation-mode.patch @@ -5,7 +5,7 @@ Subject: [PATCH 04/12] Introduce a QML compilation mode In QML mode, there is a second global object - known as the QML global object. During property resolution, if a property is not -present on the JS global object, it is resolve on the QML global +present on the JS global object, it is resolved on the QML global object. This global object behavior is only enabled if a script is being