Title: [127408] trunk/Source/_javascript_Core
Revision
127408
Author
[email protected]
Date
2012-09-03 01:34:22 -0700 (Mon, 03 Sep 2012)

Log Message

Unreviewed. Build fix for ENABLE(CLASSIC_INTERPRETER) after r127393.

* interpreter/Interpreter.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (127407 => 127408)


--- trunk/Source/_javascript_Core/ChangeLog	2012-09-03 08:30:15 UTC (rev 127407)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-09-03 08:34:22 UTC (rev 127408)
@@ -1,3 +1,9 @@
+2012-09-03  Patrick Gansterer  <[email protected]>
+
+        Unreviewed. Build fix for ENABLE(CLASSIC_INTERPRETER) after r127393.
+
+        * interpreter/Interpreter.h:
+
 2012-09-02  Geoffrey Garen  <[email protected]>
 
         Fixed failures seen on Linux bots.

Modified: trunk/Source/_javascript_Core/interpreter/Interpreter.h (127407 => 127408)


--- trunk/Source/_javascript_Core/interpreter/Interpreter.h	2012-09-03 08:30:15 UTC (rev 127407)
+++ trunk/Source/_javascript_Core/interpreter/Interpreter.h	2012-09-03 08:34:22 UTC (rev 127408)
@@ -261,7 +261,7 @@
         JSValue execute(CallFrameClosure&);
 
 #if ENABLE(CLASSIC_INTERPRETER)
-        NEVER_INLINE JSScope* createExceptionScope(CallFrame*, const Instruction* vPC);
+        NEVER_INLINE JSScope* createNameScope(CallFrame*, const Instruction* vPC);
 
         void tryCacheGetByID(CallFrame*, CodeBlock*, Instruction*, JSValue baseValue, const Identifier& propertyName, const PropertySlot&);
         void uncacheGetByID(CodeBlock*, Instruction* vPC);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to