WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
32662
[Qt] QJavaScriptEngine compilation problem
https://bugs.webkit.org/show_bug.cgi?id=32662
Summary
[Qt] QJavaScriptEngine compilation problem
Jędrzej Nowacki
Reported
2009-12-17 07:24:39 PST
The QJavaScriptEngine class can't be correctly compiled with code that use default copy constructor or operator=. The gcc warns about a destructing class which definition is forwarded. warning: possible problem detected in invocation of delete operator note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
Attachments
patch v1
(2.45 KB, patch)
2009-12-17 07:55 PST
,
Jędrzej Nowacki
jedrzej.nowacki
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jędrzej Nowacki
Comment 1
2009-12-17 07:55:54 PST
Created
attachment 45069
[details]
patch v1 The patch should be applied after
bug 32565
.
Jędrzej Nowacki
Comment 2
2010-01-04 06:30:31 PST
The base patch (
bug 32565
) wasn't accepted, so the bug is not valid.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug