Closed Bug 1071571 Opened 10 years ago Closed 10 years ago

Fix more bad implicit constructors in DOM

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla35

People

(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)

References

Details

Attachments

(1 file)

      No description provided.
Assignee: nobody → ehsan.akhgari
Blocks: explicit
Attachment #8493712 - Flags: review?(amarchesini)
Comment on attachment 8493712 [details] [diff] [review]
Fix more bad implicit constructors in DOM

Review of attachment 8493712 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/canvas/WebGLSampler.h
@@ +30,1 @@
>  

aContext

::: dom/canvas/WebGLStrongTypes.h
@@ +114,5 @@
>              MOZ_ASSERT(mValue != LOCAL_GL_NONE);   \
>              return mValue;                         \
>          }                                          \
>                                                     \
> +        MOZ_IMPLICIT NAME(GLenum val)              \

aVal

::: dom/canvas/WebGLSync.h
@@ +23,5 @@
>      friend class WebGL2Context;
>  
>  public:
>  
> +    explicit WebGLSync(WebGLContext* context);

aContext

::: dom/canvas/WebGLTransformFeedback.h
@@ +25,5 @@
>      friend class WebGLContext;
>  
>  public:
>  
> +    explicit WebGLTransformFeedback(WebGLContext* context);

aContext
Attachment #8493712 - Flags: review?(amarchesini) → review+
https://hg.mozilla.org/mozilla-central/rev/a7c3eb6b1639
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Flags: qe-verify-
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: