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

Unified Diff: Source/bindings/v8/CustomElementConstructorBuilder.h

Issue 18258003: Pow __proto__, sock :unresolved, and clunk the created callback at once. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Try to be nicer to MSVC. Created 7 years, 5 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/bindings/v8/CustomElementConstructorBuilder.h
diff --git a/Source/bindings/v8/CustomElementConstructorBuilder.h b/Source/bindings/v8/CustomElementConstructorBuilder.h
index 828604ef8e441010a7dffa52bc744b42aa95b11e..a0e59bd19277d27ff38fc215b74e8e8b284ca6a9 100644
--- a/Source/bindings/v8/CustomElementConstructorBuilder.h
+++ b/Source/bindings/v8/CustomElementConstructorBuilder.h
@@ -34,7 +34,6 @@
#include "bindings/v8/ScriptValue.h"
#include "core/dom/CustomElementLifecycleCallbacks.h"
#include "core/dom/QualifiedName.h"
-#include "wtf/HashSet.h"
#include "wtf/Noncopyable.h"
#include "wtf/PassRefPtr.h"
#include "wtf/text/AtomicString.h"
@@ -69,7 +68,7 @@ public:
bool findTagName(const AtomicString& customElementType, QualifiedName& tagName) const;
PassRefPtr<CustomElementLifecycleCallbacks> createCallbacks(Document*);
bool createConstructor(Document*, CustomElementDefinition*);
- bool didRegisterDefinition(CustomElementDefinition*, const HashSet<Element*>& upgradeCandidates) const;
+ bool didRegisterDefinition(CustomElementDefinition*) const;
// This method collects a return value for the bindings. It is
// safe to call this method even if the builder failed; it will

Powered by Google App Engine
This is Rietveld 408576698