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/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())