Closed
Bug 798573
Opened 13 years ago
Closed 13 years ago
remove prtypes.h #includes in dom/
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
4.30 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 668620 [details] [diff] [review]
patch
Review of attachment 668620 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/plugins/test/testplugin/nptest.cpp
@@ -3277,5 @@
> NPP npp = static_cast<TestNPObject*>(npobj)->npp;
> InstanceData* id = static_cast<InstanceData*>(npp->pdata);
> string sel = pluginGetClipboardText(id);
>
> - uint32 len = sel.size();
Ouch!
Attachment #668620 -
Flags: review?(ehsan) → review+
Updated•13 years ago
|
Blocks: dieprtypesdie
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
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
•