Closed
Bug 1118609
Opened 10 years ago
Closed 10 years ago
Mark virtual overridden functions as MOZ_OVERRIDE in dom/storage; r=baku
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla37
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
3.67 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ehsan
Blocks: Winconsistent-missing-override
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8545010 -
Flags: review?(amarchesini)
Comment 2•10 years ago
|
||
Comment on attachment 8545010 [details] [diff] [review]
Mark virtual overridden functions as MOZ_OVERRIDE in dom/storage
Review of attachment 8545010 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/storage/DOMStorageIPC.h
@@ +192,5 @@
> CacheParentBridge* NewCache(const nsACString& aScope);
>
> ThreadSafeAutoRefCnt mRefCnt;
> NS_DECL_OWNINGTHREAD
>
extra space
Attachment #8545010 -
Flags: review?(amarchesini) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•