Changeset 198994 in webkit


Ignore:
Timestamp:
Apr 3, 2016 4:01:47 PM (8 years ago)
Author:
Darin Adler
Message:

Remove unneeded UsePointersEvenForNonNullableObjectArguments in WebKitCSSMatrix.idl
https://bugs.webkit.org/show_bug.cgi?id=156142

Reviewed by Sam Weinig.

  • css/WebKitCSSMatrix.idl: Removed UsePointersEvenForNonNullableObjectArguments.

It was having no effect, I think because there were no non-nullable object arguments.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r198992 r198994  
     12016-04-03  Darin Adler  <darin@apple.com>
     2
     3        Remove unneeded UsePointersEvenForNonNullableObjectArguments in WebKitCSSMatrix.idl
     4        https://bugs.webkit.org/show_bug.cgi?id=156142
     5
     6        Reviewed by Sam Weinig.
     7
     8        * css/WebKitCSSMatrix.idl: Removed UsePointersEvenForNonNullableObjectArguments.
     9        It was having no effect, I think because there were no non-nullable object arguments.
     10
    1112016-04-03  Antti Koivisto  <antti@apple.com>
    212
  • trunk/Source/WebCore/css/WebKitCSSMatrix.idl

    r198833 r198994  
    2828    Constructor([Default=NullString] optional DOMString cssValue),
    2929    ConstructorRaisesException,
    30     UsePointersEvenForNonNullableObjectArguments,
    3130    ImplementationLacksVTable,
    3231] interface WebKitCSSMatrix {
Note: See TracChangeset for help on using the changeset viewer.