Unreviewed, fix debug build.
* bytecompiler/NodesCodegen.cpp:
(JSC::ConstDeclNode::emitCodeSingle):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@181995 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index cc102fe..9eee4cd 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
2015-03-25 Filip Pizlo <fpizlo@apple.com>
+ Unreviewed, fix debug build.
+
+ * bytecompiler/NodesCodegen.cpp:
+ (JSC::ConstDeclNode::emitCodeSingle):
+
+2015-03-25 Filip Pizlo <fpizlo@apple.com>
+
Unreviewed, fix CLOOP build.
* dfg/DFGMinifiedID.h:
diff --git a/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp b/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
index b5c3727..1c7573a 100644
--- a/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
+++ b/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp
@@ -1767,7 +1767,7 @@
// pretty shady - particularly how negligent it is with inteleaving scopes - but it's the
// behavior that JSC has had for a long time.
- ASSERT(generator.codeType() == FunctinCode);
+ ASSERT(generator.codeType() == FunctionCode);
var = generator.variablePerSymbolTable(m_ident);
if (!var.isResolved())