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

Unified Diff: third_party/WebKit/Source/core/html/HTMLImageElement.h

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years 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: third_party/WebKit/Source/core/html/HTMLImageElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.h b/third_party/WebKit/Source/core/html/HTMLImageElement.h
index 372bac8fabd79c7d5e4362409a7f9ea51d563dd6..ff0d3465929be82f89589c302f33d68585099594 100644
--- a/third_party/WebKit/Source/core/html/HTMLImageElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLImageElement.h
@@ -42,11 +42,12 @@ class ImageCandidate;
class ShadowRoot;
class ImageBitmapOptions;
-class CORE_EXPORT HTMLImageElement final : public HTMLElement,
- public CanvasImageSource,
- public ImageBitmapSource,
- public ActiveScriptWrappable,
- public FormAssociated {
+class CORE_EXPORT HTMLImageElement final
+ : public HTMLElement,
+ public CanvasImageSource,
+ public ImageBitmapSource,
+ public ActiveScriptWrappable<HTMLImageElement>,
+ public FormAssociated {
DEFINE_WRAPPERTYPEINFO();
USING_GARBAGE_COLLECTED_MIXIN(HTMLImageElement);
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReader.h ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698