commit | 951e85f1459b9e2956153b95490f487e8072d970 | [log] [tgz] |
---|---|---|
author | ryuan.choi@samsung.com <ryuan.choi@samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Jul 28 02:02:43 2014 +0000 |
committer | ryuan.choi@samsung.com <ryuan.choi@samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Jul 28 02:02:43 2014 +0000 |
tree | ca8b8c259f17c41c61b1c1c0e0d10ea3c5c71437 | |
parent | 6bc4c0fd35fa0cfe42687b26de6e75c3f902c694 [diff] [blame] |
Unreviewed build fix on the EFL port Build break because of -Werror=return-type * bytecode/PutByIdVariant.cpp: (JSC::PutByIdVariant::oldStructureForTransition): * dfg/DFGValueStrength.h: (JSC::DFG::merge): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@171666 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp b/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp index 33d8e94..6887a5f 100644 --- a/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp +++ b/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp
@@ -40,6 +40,8 @@ return structure; } RELEASE_ASSERT_NOT_REACHED(); + + return nullptr; } bool PutByIdVariant::writesStructures() const