WebKit Bugzilla
Attachment 372862 Details for
Bug 199202
: Add didBecomePrototype() calls to global context prototypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199202-20190625143625.patch (text/plain), 1.08 KB, created by
Keith Miller
on 2019-06-25 14:36:26 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Miller
Created:
2019-06-25 14:36:26 PDT
Size:
1.08 KB
patch
obsolete
>Subversion Revision: 246808 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index e48865611fefe8288b2d5ed6be326499ec69b5e2..318bc948c3f41c31b3c3399de339e9a0ad9c5a7e 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,9 @@ >+2019-06-25 Keith Miller <keith_miller@apple.com> >+ >+ Unreviewed, windows build fix. >+ >+ * bindings/js/JSDOMGlobalObject.h: >+ > 2019-06-25 Keith Miller <keith_miller@apple.com> > > Add didBecomePrototype() calls to global context prototypes >diff --git a/Source/WebCore/bindings/js/JSDOMGlobalObject.h b/Source/WebCore/bindings/js/JSDOMGlobalObject.h >index ed52551010026a1a8e47e70367651274a1a35770..b3e758ef54253e1d271cf9daa9f29654933b1436 100644 >--- a/Source/WebCore/bindings/js/JSDOMGlobalObject.h >+++ b/Source/WebCore/bindings/js/JSDOMGlobalObject.h >@@ -29,6 +29,7 @@ > #include "WebCoreJSBuiltinInternals.h" > #include <JavaScriptCore/HeapInlines.h> > #include <JavaScriptCore/JSGlobalObject.h> >+#include <JavaScriptCore/JSObjectInlines.h> > #include <JavaScriptCore/LockDuringMarking.h> > > namespace WebCore {
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 199202
:
372860
| 372862