Title: [180461] trunk/Source/_javascript_Core
- Revision
- 180461
- Author
- [email protected]
- Date
- 2015-02-20 14:57:01 -0800 (Fri, 20 Feb 2015)
Log Message
Build fix for gcc.
* runtime/JSNameScope.cpp:
(JSC::JSNameScope::create):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (180460 => 180461)
--- trunk/Source/_javascript_Core/ChangeLog 2015-02-20 22:54:31 UTC (rev 180460)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-02-20 22:57:01 UTC (rev 180461)
@@ -1,5 +1,12 @@
2015-02-20 Filip Pizlo <[email protected]>
+ Build fix for gcc.
+
+ * runtime/JSNameScope.cpp:
+ (JSC::JSNameScope::create):
+
+2015-02-20 Filip Pizlo <[email protected]>
+
Get rid of JSNameScope::m_type
https://bugs.webkit.org/show_bug.cgi?id=141851
Modified: trunk/Source/_javascript_Core/runtime/JSNameScope.cpp (180460 => 180461)
--- trunk/Source/_javascript_Core/runtime/JSNameScope.cpp 2015-02-20 22:54:31 UTC (rev 180460)
+++ trunk/Source/_javascript_Core/runtime/JSNameScope.cpp 2015-02-20 22:57:01 UTC (rev 180461)
@@ -44,6 +44,7 @@
return JSFunctionNameScope::create(vm, globalObject, currentScope, identifier, value, attributes);
}
RELEASE_ASSERT_NOT_REACHED();
+ return nullptr;
}
void JSNameScope::visitChildren(JSCell* cell, SlotVisitor& visitor)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes