From d0825bca7fe65beaee391d30da42e937db621564 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 2 Feb 2010 14:57:50 +0000 Subject: Merge webkit.org at r54127 : Initial merge by git Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82 --- WebCore/css/WebKitCSSMatrix.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/css/WebKitCSSMatrix.idl') diff --git a/WebCore/css/WebKitCSSMatrix.idl b/WebCore/css/WebKitCSSMatrix.idl index 6b22da1..9d6c897 100644 --- a/WebCore/css/WebKitCSSMatrix.idl +++ b/WebCore/css/WebKitCSSMatrix.idl @@ -26,7 +26,7 @@ module css { // Introduced in DOM Level ?: - interface WebKitCSSMatrix { + interface [CustomConstructor] WebKitCSSMatrix { // These attributes are simple aliases for certain elements of the 4x4 matrix attribute double a; // alias for m11 -- cgit v1.1