Add JS_EXPORT_PRIVATE macro for exported methods in bytecompiler headers.
https://bugs.webkit.org/show_bug.cgi?id=27551
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@87304
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-04-10 Kevin Ollivier <kevino@theolliviers.com>
+
+ Reviewed by Eric Seidel.
+
+ Add JS_EXPORT_PRIVATE macro for exported methods in bytecompiler headers.
+
+ https://bugs.webkit.org/show_bug.cgi?id=27551
+
+ * bytecompiler/BytecodeGenerator.h:
+
2011-05-24 Keishi Hattori <keishi@webkit.org>
Reviewed by Kent Tamura.
typedef DeclarationStacks::VarStack VarStack;
typedef DeclarationStacks::FunctionStack FunctionStack;
- static void setDumpsGeneratedCode(bool dumpsGeneratedCode);
+ JS_EXPORT_PRIVATE static void setDumpsGeneratedCode(bool dumpsGeneratedCode);
static bool dumpsGeneratedCode();
BytecodeGenerator(ProgramNode*, ScopeChainNode*, SymbolTable*, ProgramCodeBlock*);