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

Unified Diff: Source/modules/push_messaging/PushSubscription.h

Issue 1118653002: Componentization: add toV8(void*,...) to check function overload mismatch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
Index: Source/modules/push_messaging/PushSubscription.h
diff --git a/Source/modules/push_messaging/PushSubscription.h b/Source/modules/push_messaging/PushSubscription.h
index a42e57633a0006a0a8026c7220765ab67138c52b..9fbe9b686aaf81d13e266ce56e4da1e445dace19 100644
--- a/Source/modules/push_messaging/PushSubscription.h
+++ b/Source/modules/push_messaging/PushSubscription.h
@@ -8,6 +8,7 @@
#include "bindings/core/v8/ScriptPromise.h"
#include "bindings/core/v8/ScriptValue.h"
#include "bindings/core/v8/ScriptWrappable.h"
+#include "core/dom/DOMException.h"
tasak 2015/04/30 07:02:55 modules.PushSubscription.obj : error LNK2001: unre
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
« Source/modules/background_sync/SyncCallbacks.h ('K') | « Source/modules/cachestorage/Cache.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698