Title: [156518] trunk/Source/_javascript_Core
Revision
156518
Author
[email protected]
Date
2013-09-26 17:23:30 -0700 (Thu, 26 Sep 2013)

Log Message

Make GCC happy

Modified Paths


Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (156517 => 156518)


--- trunk/Source/_javascript_Core/ChangeLog	2013-09-26 23:51:18 UTC (rev 156517)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-09-27 00:23:30 UTC (rev 156518)
@@ -1,3 +1,9 @@
+2013-09-26  Oliver Hunt  <[email protected]>
+
+        Make GCC happy
+
+        * parser/Parser.h:
+
 2013-09-25  Oliver Hunt  <[email protected]>
 
         Implement prefixed-destructuring assignment

Modified: trunk/Source/_javascript_Core/parser/Parser.h (156517 => 156518)


--- trunk/Source/_javascript_Core/parser/Parser.h	2013-09-26 23:51:18 UTC (rev 156517)
+++ trunk/Source/_javascript_Core/parser/Parser.h	2013-09-27 00:23:30 UTC (rev 156518)
@@ -957,7 +957,7 @@
     template <class TreeBuilder> ALWAYS_INLINE TreeConstDeclList parseConstDeclarationList(TreeBuilder&);
 
     template <DeconstructionKind, class TreeBuilder> ALWAYS_INLINE TreeDeconstructionPattern createBindingPattern(TreeBuilder&, const Identifier&, int depth);
-    template <DeconstructionKind, class TreeBuilder> ALWAYS_INLINE TreeDeconstructionPattern parseDeconstructionPattern(TreeBuilder&, int depth = 0);
+    template <DeconstructionKind, class TreeBuilder> TreeDeconstructionPattern parseDeconstructionPattern(TreeBuilder&, int depth = 0);
     template <FunctionRequirements, bool nameIsInContainingScope, class TreeBuilder> bool parseFunctionInfo(TreeBuilder&, const Identifier*&, TreeFormalParameterList&, TreeFunctionBody&, unsigned& openBraceOffset, unsigned& closeBraceOffset, int& bodyStartLine, unsigned& bodyStartColumn);
     ALWAYS_INLINE int isBinaryOperator(JSTokenType);
     bool allowAutomaticSemicolon();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to