WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
fixed patch.
includes.diff (text/plain), 1.17 KB, created by
Balazs Kilvady
on 2013-11-12 01:06:17 PST
(
hide
)
Description:
fixed patch.
Filename:
MIME Type:
Creator:
Balazs Kilvady
Created:
2013-11-12 01:06:17 PST
Size:
1.17 KB
patch
obsolete
>diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 93c8554..e8f03c2 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,14 @@ >+2013-11-12 Balazs Kilvady <kilvadyb@homejinni.com> >+ >+ Fix undefined reference issues in JavaScriptCore build. >+ https://bugs.webkit.org/show_bug.cgi?id=124152 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Missing includes added. >+ >+ * runtime/SymbolTable.cpp: >+ > 2013-11-12 Julien Brianceau <jbriance@cisco.com> > > InvalidIndex shouldn't be private in GPRInfo and FPRInfo for sh4, mips and arm64 architectures. >diff --git a/Source/JavaScriptCore/runtime/SymbolTable.cpp b/Source/JavaScriptCore/runtime/SymbolTable.cpp >index a6e7a68..cb9b0bf 100644 >--- a/Source/JavaScriptCore/runtime/SymbolTable.cpp >+++ b/Source/JavaScriptCore/runtime/SymbolTable.cpp >@@ -29,6 +29,10 @@ > #include "config.h" > #include "SymbolTable.h" > >+#include "JSCellInlines.h" >+#include "JSDestructibleObject.h" >+#include "SlotVisitorInlines.h" >+ > namespace JSC { > > const ClassInfo SharedSymbolTable::s_info = { "SharedSymbolTable", 0, 0, 0, CREATE_METHOD_TABLE(SharedSymbolTable) };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 124152
:
216580
| 216649