Bug 32662 - [Qt] QJavaScriptEngine compilation problem
Summary: [Qt] QJavaScriptEngine compilation problem
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jędrzej Nowacki
URL:
Keywords: Qt
Depends on: 32565
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-17 07:24 PST by Jędrzej Nowacki
Modified: 2010-01-04 06:30 PST (History)
2 users (show)

See Also:


Attachments
patch v1 (2.45 KB, patch)
2009-12-17 07:55 PST, Jędrzej Nowacki
jedrzej.nowacki: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jędrzej Nowacki 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.
Comment 1 Jędrzej Nowacki 2009-12-17 07:55:54 PST
Created attachment 45069 [details]
patch v1

The patch should be applied after bug 32565.
Comment 2 Jędrzej Nowacki 2010-01-04 06:30:31 PST
The base patch (bug 32565) wasn't accepted, so the bug is not valid.