Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1487)

Unified Diff: Source/modules/websockets/CloseEvent.h

Issue 478243002: bindings: Adds virtual ScriptWrappable::wrap method. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webmidi/MIDIPort.h ('k') | Source/modules/websockets/DOMWebSocket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/websockets/CloseEvent.h
diff --git a/Source/modules/websockets/CloseEvent.h b/Source/modules/websockets/CloseEvent.h
index 2931fd9a8e4e2977614a9323ba511b54648108ad..477415e6dd10d7c038cfeb82371c0b61b8a02afe 100644
--- a/Source/modules/websockets/CloseEvent.h
+++ b/Source/modules/websockets/CloseEvent.h
@@ -40,7 +40,7 @@ struct CloseEventInit : public EventInit {
: wasClean(false)
, code(0)
{
- };
+ }
bool wasClean;
unsigned short code;
@@ -48,6 +48,7 @@ struct CloseEventInit : public EventInit {
};
class CloseEvent FINAL : public Event {
+ DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<CloseEvent> create()
{
« no previous file with comments | « Source/modules/webmidi/MIDIPort.h ('k') | Source/modules/websockets/DOMWebSocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698