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

Unified Diff: Source/modules/background_sync/SyncError.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: Added comment 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
« no previous file with comments | « Source/bindings/core/v8/ToV8.h ('k') | Source/modules/cachestorage/Cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/background_sync/SyncError.h
diff --git a/Source/modules/background_sync/SyncError.h b/Source/modules/background_sync/SyncError.h
index 4acee96210ab6d13991dd325cccd679442cc8299..e21b3e78f80aeae11bc154b65839c646e0b2ba4d 100644
--- a/Source/modules/background_sync/SyncError.h
+++ b/Source/modules/background_sync/SyncError.h
@@ -5,12 +5,12 @@
#ifndef SyncError_h
#define SyncError_h
+#include "core/dom/DOMException.h"
#include "platform/heap/Handle.h"
#include "public/platform/modules/background_sync/WebSyncError.h"
namespace blink {
-class DOMException;
class ScriptPromiseResolver;
class SyncError {
« no previous file with comments | « Source/bindings/core/v8/ToV8.h ('k') | Source/modules/cachestorage/Cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698