Title: [207525] trunk/Source/WebCore
Revision
207525
Author
carlo...@webkit.org
Date
2016-10-19 00:20:32 -0700 (Wed, 19 Oct 2016)

Log Message

Unreviewed. Fix the build after r207519.

The build error is:
IDL ATTRIBUTE CHECKER ERROR: Unknown IDL attribute [PassContext] is found at TestRunner.idl.

Because PassContext was removed from IDLAttributes.txt in rr207519, but it's implemented by
CodeGeneratorTestRunner.pm and used by TestRunner.idl.

* bindings/scripts/IDLAttributes.txt: Bring back PassContext.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (207524 => 207525)


--- trunk/Source/WebCore/ChangeLog	2016-10-19 07:15:31 UTC (rev 207524)
+++ trunk/Source/WebCore/ChangeLog	2016-10-19 07:20:32 UTC (rev 207525)
@@ -1,5 +1,17 @@
 2016-10-19  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Fix the build after r207519.
+
+        The build error is:
+        IDL ATTRIBUTE CHECKER ERROR: Unknown IDL attribute [PassContext] is found at TestRunner.idl.
+
+        Because PassContext was removed from IDLAttributes.txt in rr207519, but it's implemented by
+        CodeGeneratorTestRunner.pm and used by TestRunner.idl.
+
+        * bindings/scripts/IDLAttributes.txt: Bring back PassContext.
+
+2016-10-19  Carlos Garcia Campos  <cgar...@igalia.com>
+
         Unreviewed. Fix the build with GCC 4.9 after r207463.
 
         Add constructors to MediaConstraintsData.

Modified: trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt (207524 => 207525)


--- trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt	2016-10-19 07:15:31 UTC (rev 207524)
+++ trunk/Source/WebCore/bindings/scripts/IDLAttributes.txt	2016-10-19 07:20:32 UTC (rev 207525)
@@ -100,6 +100,7 @@
 Nondeterministic
 NotEnumerable
 OverrideBuiltins
+PassContext
 PrivateIdentifier
 PublicIdentifier
 PutForwards=*
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to