Title: [198994] trunk/Source/WebCore
Revision
198994
Author
da...@apple.com
Date
2016-04-03 16:01:47 -0700 (Sun, 03 Apr 2016)

Log 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198993 => 198994)


--- trunk/Source/WebCore/ChangeLog	2016-04-03 22:00:32 UTC (rev 198993)
+++ trunk/Source/WebCore/ChangeLog	2016-04-03 23:01:47 UTC (rev 198994)
@@ -1,3 +1,13 @@
+2016-04-03  Darin Adler  <da...@apple.com>
+
+        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.
+
 2016-04-03  Antti Koivisto  <an...@apple.com>
 
         Tighten ComposedTreeAncestorIterator to return Elements

Modified: trunk/Source/WebCore/css/WebKitCSSMatrix.idl (198993 => 198994)


--- trunk/Source/WebCore/css/WebKitCSSMatrix.idl	2016-04-03 22:00:32 UTC (rev 198993)
+++ trunk/Source/WebCore/css/WebKitCSSMatrix.idl	2016-04-03 23:01:47 UTC (rev 198994)
@@ -27,7 +27,6 @@
 [
     Constructor([Default=NullString] optional DOMString cssValue),
     ConstructorRaisesException,
-    UsePointersEvenForNonNullableObjectArguments,
     ImplementationLacksVTable,
 ] interface WebKitCSSMatrix {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to