Title: [171867] trunk/Source/_javascript_Core
- Revision
- 171867
- Author
- [email protected]
- Date
- 2014-07-31 10:37:40 -0700 (Thu, 31 Jul 2014)
Log Message
Build warning in webkit/Source/_javascript_Core/llint/LLIntSlowPaths.cpp
https://bugs.webkit.org/show_bug.cgi?id=135414
Patch by Tanay C <[email protected]> on 2014-07-31
Reviewed by Csaba Osztrogonác.
* llint/LLIntSlowPaths.cpp:
(JSC::LLInt::putToScopeCommon):removed unused parameter from function definition
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (171866 => 171867)
--- trunk/Source/_javascript_Core/ChangeLog 2014-07-31 17:34:48 UTC (rev 171866)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-07-31 17:37:40 UTC (rev 171867)
@@ -1,3 +1,13 @@
+2014-07-31 Tanay C <[email protected]>
+
+ Build warning in webkit/Source/_javascript_Core/llint/LLIntSlowPaths.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=135414
+
+ Reviewed by Csaba Osztrogonác.
+
+ * llint/LLIntSlowPaths.cpp:
+ (JSC::LLInt::putToScopeCommon):removed unused parameter from function definition
+
2014-07-30 Filip Pizlo <[email protected]>
NewFunctionExpression and NewFunctionNoCheck should setHaveStructures(true)
Modified: trunk/Source/_javascript_Core/llint/LLIntSlowPaths.cpp (171866 => 171867)
--- trunk/Source/_javascript_Core/llint/LLIntSlowPaths.cpp 2014-07-31 17:34:48 UTC (rev 171866)
+++ trunk/Source/_javascript_Core/llint/LLIntSlowPaths.cpp 2014-07-31 17:37:40 UTC (rev 171867)
@@ -1444,7 +1444,7 @@
LLINT_RETURN(slot.getValue(exec, ident));
}
-static JSObject* putToScopeCommon(ExecState* exec, Instruction* pc, VM& vm)
+static JSObject* putToScopeCommon(ExecState* exec, Instruction* pc, VM&)
{
CodeBlock* codeBlock = exec->codeBlock();
const Identifier& ident = codeBlock->identifier(pc[2].u.operand);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes