Title: [208622] branches/safari-602-branch/Source/_javascript_Core
Revision
208622
Author
[email protected]
Date
2016-11-11 15:50:30 -0800 (Fri, 11 Nov 2016)

Log Message

Merge r208619. rdar://problem/29225966

Modified Paths

Diff

Modified: branches/safari-602-branch/Source/_javascript_Core/ChangeLog (208621 => 208622)


--- branches/safari-602-branch/Source/_javascript_Core/ChangeLog	2016-11-11 23:50:28 UTC (rev 208621)
+++ branches/safari-602-branch/Source/_javascript_Core/ChangeLog	2016-11-11 23:50:30 UTC (rev 208622)
@@ -1,5 +1,16 @@
 2016-11-11  Matthew Hanson  <[email protected]>
 
+        Merge r208619. rdar://problem/29225966
+
+    2016-11-11  Saam Barati  <[email protected]>
+
+            Unreviewed try to fix windows build after https://bugs.webkit.org/show_bug.cgi?id=164650
+
+            * dfg/DFGByteCodeParser.cpp:
+            (JSC::DFG::ByteCodeParser::parseBlock):
+
+2016-11-11  Matthew Hanson  <[email protected]>
+
         Merge r208614. rdar://problem/29225966
 
     2016-11-11  Saam Barati  <[email protected]>

Modified: branches/safari-602-branch/Source/_javascript_Core/dfg/DFGByteCodeParser.cpp (208621 => 208622)


--- branches/safari-602-branch/Source/_javascript_Core/dfg/DFGByteCodeParser.cpp	2016-11-11 23:50:28 UTC (rev 208621)
+++ branches/safari-602-branch/Source/_javascript_Core/dfg/DFGByteCodeParser.cpp	2016-11-11 23:50:30 UTC (rev 208622)
@@ -4128,7 +4128,7 @@
             bool isDirect = opcodeID == op_put_by_val_direct;
             bool compiledAsPutById = false;
             {
-                unsigned identifierNumber;
+                unsigned identifierNumber = std::numeric_limits<unsigned>::max();
                 PutByIdStatus putByIdStatus;
                 {
                     ConcurrentJITLocker locker(m_inlineStackTop->m_profiledBlock->m_lock);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to