Title: [106614] trunk/Source/_javascript_Core
Revision
106614
Author
[email protected]
Date
2012-02-02 18:52:47 -0800 (Thu, 02 Feb 2012)

Log Message

Unreviewed, removing an unnecessarily JS_PRIVATE_EXPORT annotation.

* interpreter/Interpreter.h:
(Interpreter):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (106613 => 106614)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-03 02:47:04 UTC (rev 106613)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-03 02:52:47 UTC (rev 106614)
@@ -1,3 +1,10 @@
+2012-02-02  Hajime Morrita  <[email protected]>
+
+        Unreviewed, removing an unnecessarily JS_PRIVATE_EXPORT annotation.
+
+        * interpreter/Interpreter.h:
+        (Interpreter):
+
 2012-01-31  Hajime Morrita  <[email protected]>
 
         [Mac] eliminate _javascript_Core.exp

Modified: trunk/Source/_javascript_Core/interpreter/Interpreter.h (106613 => 106614)


--- trunk/Source/_javascript_Core/interpreter/Interpreter.h	2012-02-03 02:47:04 UTC (rev 106613)
+++ trunk/Source/_javascript_Core/interpreter/Interpreter.h	2012-02-03 02:52:47 UTC (rev 106614)
@@ -142,7 +142,7 @@
         JSValue execute(EvalExecutable*, CallFrame*, JSValue thisValue, ScopeChainNode*, int globalRegisterOffset);
 
         JSValue retrieveArgumentsFromVMCode(CallFrame*, JSFunction*) const;
-        JS_EXPORT_PRIVATE JSValue retrieveCallerFromVMCode(CallFrame*, JSFunction*) const;
+        JSValue retrieveCallerFromVMCode(CallFrame*, JSFunction*) const;
         JS_EXPORT_PRIVATE void retrieveLastCaller(CallFrame*, int& lineNumber, intptr_t& sourceID, UString& sourceURL, JSValue& function) const;
         
         void getArgumentsData(CallFrame*, JSFunction*&, ptrdiff_t& firstParameterIndex, Register*& argv, int& argc);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to