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

Unified Diff: third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp

Issue 2591043004: Replace DOMWindowProperty in modules/plugins/ with ContextClient (Closed)
Patch Set: 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/modules/plugins/DOMMimeTypeArray.cpp
diff --git a/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp b/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
index d9088b1f86d6f1cd680444d5e655ec2202da9ae6..0927fe36d202c588d3c04c62cd59ec2de525d2c3 100644
--- a/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
+++ b/third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.cpp
@@ -28,11 +28,10 @@
namespace blink {
-DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame)
- : DOMWindowProperty(frame) {}
+DOMMimeTypeArray::DOMMimeTypeArray(LocalFrame* frame) : ContextClient(frame) {}
DEFINE_TRACE(DOMMimeTypeArray) {
- DOMWindowProperty::trace(visitor);
+ ContextClient::trace(visitor);
}
unsigned DOMMimeTypeArray::length() const {
« no previous file with comments | « third_party/WebKit/Source/modules/plugins/DOMMimeTypeArray.h ('k') | third_party/WebKit/Source/modules/plugins/DOMPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698