⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267654 in webkit


Ignore:
Timestamp:
Sep 27, 2020, 5:35:28 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Alias WebKitCSSMatrix to DOMMatrix
https://bugs.webkit.org/show_bug.cgi?id=153675

Patch by Rob Buis <rbuis@igalia.com> on 2020-09-27
Reviewed by Chris Dumez.

LayoutTests/imported/w3c:

Update imrpved test results.

  • web-platform-tests/css/geometry/DOMMatrix-stringifier-expected.txt:
  • web-platform-tests/css/geometry/WebKitCSSMatrix-expected.txt:

Source/WebCore:

Alias WebKitCSSMatrix to DOMMatrix and remove
the generated JSWebKitCSSMatrix as well as
WebKitCSSMatrix itself since it is no longer
needed.

  • CMakeLists.txt:
  • DerivedSources-input.xcfilelist:
  • DerivedSources-output.xcfilelist:
  • DerivedSources.make:
  • Sources.txt:
  • WebCore.xcodeproj/project.pbxproj:
  • css/DOMMatrix.idl:
  • css/WebKitCSSMatrix.cpp: Removed.
  • css/WebKitCSSMatrix.h: Removed.
  • css/WebKitCSSMatrix.idl: Removed.

LayoutTests:

Adapt tests to expect DOMMatrix behavior rather than WebKitCSSMatrix.

  • platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt:
  • platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js:
  • transforms/cssmatrix-2d-interface-expected.txt:
  • transforms/cssmatrix-2d-interface.xhtml:
  • transforms/cssmatrix-3d-interface-expected.txt:
  • transforms/cssmatrix-3d-interface.xhtml:
Location:
trunk
Files:
3 deleted
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r267652 r267654  
     12020-09-27  Rob Buis  <rbuis@igalia.com>
     2
     3        Alias WebKitCSSMatrix to DOMMatrix
     4        https://bugs.webkit.org/show_bug.cgi?id=153675
     5
     6        Reviewed by Chris Dumez.
     7
     8        Adapt tests to expect DOMMatrix behavior rather than WebKitCSSMatrix.
     9
     10        * platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt:
     11        * platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js:
     12        * transforms/cssmatrix-2d-interface-expected.txt:
     13        * transforms/cssmatrix-2d-interface.xhtml:
     14        * transforms/cssmatrix-3d-interface-expected.txt:
     15        * transforms/cssmatrix-3d-interface.xhtml:
     16
    1172020-09-27  Rob Buis  <rbuis@igalia.com>
    218
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r267652 r267654  
     12020-09-27  Rob Buis  <rbuis@igalia.com>
     2
     3        Alias WebKitCSSMatrix to DOMMatrix
     4        https://bugs.webkit.org/show_bug.cgi?id=153675
     5
     6        Reviewed by Chris Dumez.
     7
     8        Update imrpved test results.
     9
     10        * web-platform-tests/css/geometry/DOMMatrix-stringifier-expected.txt:
     11        * web-platform-tests/css/geometry/WebKitCSSMatrix-expected.txt:
     12
    1132020-09-27  Rob Buis  <rbuis@igalia.com>
    214
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/geometry/DOMMatrix-stringifier-expected.txt

    r267650 r267654  
    5353PASS DOMMatrixReadOnly stringifier: throwing getters (3d)
    5454PASS WebKitCSSMatrix stringifier: identity (2d)
    55 FAIL WebKitCSSMatrix stringifier: identity (3d) self[constr].fromMatrix is not a function. (In 'self[constr].fromMatrix({is2D: false})', 'self[constr].fromMatrix' is undefined)
    56 FAIL WebKitCSSMatrix stringifier: NaN (2d) The string did not match the expected pattern.
    57 FAIL WebKitCSSMatrix stringifier: NaN (3d) The string did not match the expected pattern.
    58 FAIL WebKitCSSMatrix stringifier: Infinity (2d) The string did not match the expected pattern.
    59 FAIL WebKitCSSMatrix stringifier: Infinity (3d) The string did not match the expected pattern.
    60 FAIL WebKitCSSMatrix stringifier: -Infinity (2d) The string did not match the expected pattern.
    61 FAIL WebKitCSSMatrix stringifier: -Infinity (3d) The string did not match the expected pattern.
    62 FAIL WebKitCSSMatrix stringifier: 1/3 (2d) The string did not match the expected pattern.
    63 FAIL WebKitCSSMatrix stringifier: 1/3 (3d) The string did not match the expected pattern.
    64 FAIL WebKitCSSMatrix stringifier: 1/300000 (2d) The string did not match the expected pattern.
    65 FAIL WebKitCSSMatrix stringifier: 1/300000 (3d) The string did not match the expected pattern.
    66 FAIL WebKitCSSMatrix stringifier: 1/300000000 (2d) The string did not match the expected pattern.
    67 FAIL WebKitCSSMatrix stringifier: 1/300000000 (3d) The string did not match the expected pattern.
    68 FAIL WebKitCSSMatrix stringifier: 100000 + (1/3) (2d) The string did not match the expected pattern.
    69 FAIL WebKitCSSMatrix stringifier: 100000 + (1/3) (3d) The string did not match the expected pattern.
    70 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (2d) The string did not match the expected pattern.
    71 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (3d) The string did not match the expected pattern.
    72 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (2d) The string did not match the expected pattern.
    73 FAIL WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (3d) The string did not match the expected pattern.
    74 FAIL WebKitCSSMatrix stringifier: Number.MAX_VALUE (2d) The string did not match the expected pattern.
    75 FAIL WebKitCSSMatrix stringifier: Number.MAX_VALUE (3d) The string did not match the expected pattern.
    76 FAIL WebKitCSSMatrix stringifier: Number.MIN_VALUE (2d) The string did not match the expected pattern.
    77 FAIL WebKitCSSMatrix stringifier: Number.MIN_VALUE (3d) The string did not match the expected pattern.
     55PASS WebKitCSSMatrix stringifier: identity (3d)
     56PASS WebKitCSSMatrix stringifier: NaN (2d)
     57PASS WebKitCSSMatrix stringifier: NaN (3d)
     58PASS WebKitCSSMatrix stringifier: Infinity (2d)
     59PASS WebKitCSSMatrix stringifier: Infinity (3d)
     60PASS WebKitCSSMatrix stringifier: -Infinity (2d)
     61PASS WebKitCSSMatrix stringifier: -Infinity (3d)
     62PASS WebKitCSSMatrix stringifier: 1/3 (2d)
     63PASS WebKitCSSMatrix stringifier: 1/3 (3d)
     64PASS WebKitCSSMatrix stringifier: 1/300000 (2d)
     65PASS WebKitCSSMatrix stringifier: 1/300000 (3d)
     66PASS WebKitCSSMatrix stringifier: 1/300000000 (2d)
     67PASS WebKitCSSMatrix stringifier: 1/300000000 (3d)
     68PASS WebKitCSSMatrix stringifier: 100000 + (1/3) (2d)
     69PASS WebKitCSSMatrix stringifier: 100000 + (1/3) (3d)
     70PASS WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (2d)
     71PASS WebKitCSSMatrix stringifier: Math.pow(2, 53) + 1 (3d)
     72PASS WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (2d)
     73PASS WebKitCSSMatrix stringifier: Math.pow(2, 53) + 2 (3d)
     74PASS WebKitCSSMatrix stringifier: Number.MAX_VALUE (2d)
     75PASS WebKitCSSMatrix stringifier: Number.MAX_VALUE (3d)
     76PASS WebKitCSSMatrix stringifier: Number.MIN_VALUE (2d)
     77PASS WebKitCSSMatrix stringifier: Number.MIN_VALUE (3d)
    7878PASS WebKitCSSMatrix stringifier: throwing getters (2d)
    79 FAIL WebKitCSSMatrix stringifier: throwing getters (3d) self[constr].fromMatrix is not a function. (In 'self[constr].fromMatrix({is2D: false})', 'self[constr].fromMatrix' is undefined)
     79PASS WebKitCSSMatrix stringifier: throwing getters (3d)
    8080
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/geometry/WebKitCSSMatrix-expected.txt

    r267650 r267654  
    11
    2 FAIL Equivalence test assert_equals: interface object expected function "function DOMMatrix() {
    3     [native code]
    4 }" but got function "function WebKitCSSMatrix() {
    5     [native code]
    6 }"
     2PASS Equivalence test
    73PASS Property descriptor for WebKitCSSMatrix
    84PASS Property descriptor for DOMMatrix
  • trunk/LayoutTests/platform/ios/ios/css/construct-WebKitCSSMatrix-expected.txt

    r216888 r267654  
    66PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix) is 'matrix(1, 0, 0, 1, 0, 0)'
    77PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix(new WebKitCSSMatrix)) is 'matrix(1, 0, 0, 1, 0, 0)'
    8 PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix('matrix3d(1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000)')) is 'matrix(1, 0, 0, 1, 0, 0)'
     8PASS WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix('matrix3d(1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000)')) is 'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)'
    99PASS successfullyParsed is true
    1010
  • trunk/LayoutTests/platform/ios/ios/css/resources/construct-WebKitCSSMatrix.js

    r216888 r267654  
    1010
    1111shouldBe("WebKitCSSMatrix.prototype.toString.call(new WebKitCSSMatrix('matrix3d(1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000)'))",
    12          "'matrix(1, 0, 0, 1, 0, 0)'");
     12         "'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)'");
    1313
    1414var successfullyParsed = true;
  • trunk/LayoutTests/transforms/cssmatrix-2d-interface-expected.txt

    r219663 r267654  
    190190
    191191Test multiply with missing argument
    192 PASS m2 is null
     192PASS m2.a is 1
     193PASS m2.b is 2
     194PASS m2.c is 3
     195PASS m2.d is 4
     196PASS m2.e is 5
     197PASS m2.f is 6
    193198
    194199Test inverse
     
    209214
    210215Test throwing exception from inverse
    211 PASS m.inverse() threw exception NotSupportedError: The operation is not supported..
     216PASS m2.a is NaN
     217PASS m2.b is NaN
     218PASS m2.c is NaN
     219PASS m2.d is NaN
     220PASS m2.e is NaN
     221PASS m2.f is NaN
     222
     223Test immutability of inverse
     224PASS m.a is 0
     225PASS m.b is 0
     226PASS m.c is 0
     227PASS m.d is 0
     228PASS m.e is 0
     229PASS m.f is 0
    212230
    213231PASS successfullyParsed is true
  • trunk/LayoutTests/transforms/cssmatrix-2d-interface.xhtml

    r196740 r267654  
    256256m = new WebKitCSSMatrix("matrix(1, 2, 3, 4, 5, 6)");
    257257m2 = m.multiply();
    258 shouldBe('m2', 'null');
     258shouldBe('m2.a', '1');
     259shouldBe('m2.b', '2');
     260shouldBe('m2.c', '3');
     261shouldBe('m2.d', '4');
     262shouldBe('m2.e', '5');
     263shouldBe('m2.f', '6');
    259264
    260265debug("");
     
    282287debug("Test throwing exception from inverse");
    283288m = new WebKitCSSMatrix("matrix(0, 0, 0, 0, 0, 0)"); // not invertible
    284 shouldThrow('m.inverse()');
     289m2 = m.inverse();
     290
     291shouldBeNaN('m2.a');
     292shouldBeNaN('m2.b');
     293shouldBeNaN('m2.c');
     294shouldBeNaN('m2.d');
     295shouldBeNaN('m2.e');
     296shouldBeNaN('m2.f');
     297
     298debug("");
     299debug("Test immutability of inverse");
     300shouldBe('m.a', '0');
     301shouldBe('m.b', '0');
     302shouldBe('m.c', '0');
     303shouldBe('m.d', '0');
     304shouldBe('m.e', '0');
     305shouldBe('m.f', '0');
    285306
    286307debug("");
  • trunk/LayoutTests/transforms/cssmatrix-3d-interface-expected.txt

    r219663 r267654  
    217217PASS parseFloat(m.m44) is 1
    218218
    219 Test throwing exception from inverse
    220 PASS m.inverse() threw exception NotSupportedError: The operation is not supported..
    221 
    222219Test translate
    223220PASS m2.m11 is 1
  • trunk/LayoutTests/transforms/cssmatrix-3d-interface.xhtml

    r196740 r267654  
    278278
    279279debug("");
    280 debug("Test throwing exception from inverse");
    281 m = new WebKitCSSMatrix("matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)"); // not invertible
    282 shouldThrow('m.inverse()');
    283 
    284 debug("");
    285280debug("Test translate");
    286281m = new WebKitCSSMatrix();
  • trunk/Source/WebCore/CMakeLists.txt

    r267613 r267654  
    743743    css/typedom/TypedOMCSSUnparsedValue.idl
    744744
    745     css/WebKitCSSMatrix.idl
    746 
    747745    dom/AbortAlgorithm.idl
    748746    dom/AbortController.idl
  • trunk/Source/WebCore/ChangeLog

    r267652 r267654  
     12020-09-27  Rob Buis  <rbuis@igalia.com>
     2
     3        Alias WebKitCSSMatrix to DOMMatrix
     4        https://bugs.webkit.org/show_bug.cgi?id=153675
     5
     6        Reviewed by Chris Dumez.
     7
     8        Alias WebKitCSSMatrix to DOMMatrix and remove
     9        the generated JSWebKitCSSMatrix as well as
     10        WebKitCSSMatrix itself since it is no longer
     11        needed.
     12
     13        * CMakeLists.txt:
     14        * DerivedSources-input.xcfilelist:
     15        * DerivedSources-output.xcfilelist:
     16        * DerivedSources.make:
     17        * Sources.txt:
     18        * WebCore.xcodeproj/project.pbxproj:
     19        * css/DOMMatrix.idl:
     20        * css/WebKitCSSMatrix.cpp: Removed.
     21        * css/WebKitCSSMatrix.h: Removed.
     22        * css/WebKitCSSMatrix.idl: Removed.
     23
    1242020-09-27  Rob Buis  <rbuis@igalia.com>
    225
  • trunk/Source/WebCore/DerivedSources-input.xcfilelist

    r267625 r267654  
    636636$(PROJECT_DIR)/css/StyleSheet.idl
    637637$(PROJECT_DIR)/css/StyleSheetList.idl
    638 $(PROJECT_DIR)/css/WebKitCSSMatrix.idl
    639638$(PROJECT_DIR)/css/WebKitCSSViewportRule.idl
    640639$(PROJECT_DIR)/css/WebKitFontFamilyNames.in
  • trunk/Source/WebCore/DerivedSources-output.xcfilelist

    r267625 r267654  
    23632363$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitAudioPannerNode.cpp
    23642364$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitAudioPannerNode.h
    2365 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSMatrix.cpp
    2366 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSMatrix.h
    23672365$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSViewportRule.cpp
    23682366$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSWebKitCSSViewportRule.h
  • trunk/Source/WebCore/DerivedSources.make

    r267613 r267654  
    693693    $(WebCore)/css/typedom/TypedOMCSSUnitValue.idl \
    694694    $(WebCore)/css/typedom/TypedOMCSSUnparsedValue.idl \
    695     $(WebCore)/css/WebKitCSSMatrix.idl \
    696695    $(WebCore)/dom/AbortAlgorithm.idl \
    697696    $(WebCore)/dom/AbortController.idl \
  • trunk/Source/WebCore/Sources.txt

    r267615 r267654  
    766766css/StyleSheetList.cpp
    767767css/TransformFunctions.cpp
    768 css/WebKitCSSMatrix.cpp
    769768css/parser/CSSAtRuleID.cpp
    770769css/parser/CSSDeferredParser.cpp
     
    36013600JSWebKitAudioListener.cpp
    36023601JSWebKitAudioPannerNode.cpp
    3603 JSWebKitCSSMatrix.cpp
    36043602JSWebKitDynamicsCompressorNode.cpp
    36053603JSWebKitMediaKeyError.cpp
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r267615 r267654  
    12741274                494BD79E0F55C94C00747828 /* JSWebKitPoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 494BD79C0F55C94C00747828 /* JSWebKitPoint.h */; };
    12751275                4969B0F313D0B33F00DF3521 /* HitTestingTransformState.h in Headers */ = {isa = PBXBuildFile; fileRef = 4969B0F113D0B33F00DF3521 /* HitTestingTransformState.h */; };
    1276                 498391400F1E767500C23782 /* JSWebKitCSSMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 4983913E0F1E767500C23782 /* JSWebKitCSSMatrix.h */; };
    1277                 498391590F1E776900C23782 /* WebKitCSSMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 498391560F1E776900C23782 /* WebKitCSSMatrix.h */; };
    12781276                498770F11242C535002226BA /* Texture.h in Headers */ = {isa = PBXBuildFile; fileRef = 498770D81242C535002226BA /* Texture.h */; };
    12791277                498770F31242C535002226BA /* TilingData.h in Headers */ = {isa = PBXBuildFile; fileRef = 498770DA1242C535002226BA /* TilingData.h */; };
     
    80458043                4969B0F013D0B33F00DF3521 /* HitTestingTransformState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HitTestingTransformState.cpp; sourceTree = "<group>"; };
    80468044                4969B0F113D0B33F00DF3521 /* HitTestingTransformState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HitTestingTransformState.h; sourceTree = "<group>"; };
    8047                 4983913D0F1E767500C23782 /* JSWebKitCSSMatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebKitCSSMatrix.cpp; sourceTree = "<group>"; };
    8048                 4983913E0F1E767500C23782 /* JSWebKitCSSMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebKitCSSMatrix.h; sourceTree = "<group>"; };
    8049                 498391550F1E776900C23782 /* WebKitCSSMatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebKitCSSMatrix.cpp; sourceTree = "<group>"; };
    8050                 498391560F1E776900C23782 /* WebKitCSSMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitCSSMatrix.h; sourceTree = "<group>"; };
    8051                 498391570F1E776900C23782 /* WebKitCSSMatrix.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = WebKitCSSMatrix.idl; sourceTree = "<group>"; };
    80528045                498770D71242C535002226BA /* Texture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Texture.cpp; sourceTree = "<group>"; };
    80538046                498770D81242C535002226BA /* Texture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Texture.h; sourceTree = "<group>"; };
     
    2493024923                                A84EBD820CB8C97700079609 /* JSStyleSheetList.cpp */,
    2493124924                                A84EBD810CB8C97700079609 /* JSStyleSheetList.h */,
    24932                                 4983913D0F1E767500C23782 /* JSWebKitCSSMatrix.cpp */,
    24933                                 4983913E0F1E767500C23782 /* JSWebKitCSSMatrix.h */,
    2493424925                                3F2B33E9165AF15500E3987C /* JSWebKitCSSViewportRule.cpp */,
    2493524926                                3F2B33EA165AF15500E3987C /* JSWebKitCSSViewportRule.h */,
     
    2889828889                                FB484F4A171F821E00040755 /* TransformFunctions.cpp */,
    2889928890                                FB484F4B171F821E00040755 /* TransformFunctions.h */,
    28900                                 498391550F1E776900C23782 /* WebKitCSSMatrix.cpp */,
    28901                                 498391560F1E776900C23782 /* WebKitCSSMatrix.h */,
    28902                                 498391570F1E776900C23782 /* WebKitCSSMatrix.idl */,
    2890328891                                31055BB81E4FE18900EB604E /* WebKitFontFamilyNames.in */,
    2890428892                        );
     
    3273932727                                31A0898C1E738D5A003B6609 /* JSWebGPUTextureDescriptor.h in Headers */,
    3274032728                                31C0FF3E0E4CEFAC007D6FE5 /* JSWebKitAnimationEvent.h in Headers */,
    32741                                 498391400F1E767500C23782 /* JSWebKitCSSMatrix.h in Headers */,
    3274232729                                3F2B33EF165AF15600E3987C /* JSWebKitCSSViewportRule.h in Headers */,
    3274332730                                7CC69941191EC5F500AF2270 /* JSWebKitNamespace.h in Headers */,
     
    3453534522                                831B61762499A5BB00C07C79 /* WebKitAudioPannerNode.h in Headers */,
    3453634523                                5DFEBAB718592B6D00C75BEB /* WebKitAvailability.h in Headers */,
    34537                                 498391590F1E776900C23782 /* WebKitCSSMatrix.h in Headers */,
    3453834524                                830EEABA24DB6A64009EFBCE /* WebKitDynamicsCompressorNode.h in Headers */,
    3453934525                                2D0621451DA639BA00A7FB26 /* WebKitMediaKeyMessageEvent.h in Headers */,
  • trunk/Source/WebCore/css/DOMMatrix.idl

    r267007 r267654  
    2828    ExportMacro=WEBCORE_EXPORT,
    2929    Exposed=(Window,Worker),
     30    LegacyWindowAlias=WebKitCSSMatrix,
    3031    ImplementationLacksVTable
    3132] interface DOMMatrix : DOMMatrixReadOnly {
Note: See TracChangeset for help on using the changeset viewer.