git://git.webkit.org
/
WebKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed https://bugs.webkit.org/show_bug.cgi?id=29941
[WebKit.git]
/
WebCore
/
bindings
/
js
/
JSDOMGlobalObject.h
diff --git
a/WebCore/bindings/js/JSDOMGlobalObject.h
b/WebCore/bindings/js/JSDOMGlobalObject.h
index 00c3bbf1bc2afb4c14bd7bd38e31b3d02696b132..ce26857062cd49cff11ef47a50a8fbcf751f52f4 100644
(file)
--- a/
WebCore/bindings/js/JSDOMGlobalObject.h
+++ b/
WebCore/bindings/js/JSDOMGlobalObject.h
@@
-73,6
+73,12
@@
namespace WebCore {
{
}
+ JSDOMGlobalObjectData(Destructor destructor)
+ : JSGlobalObjectData(destructor)
+ , evt(0)
+ {
+ }
+
JSDOMStructureMap structures;
JSDOMConstructorMap constructors;