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

Unified Diff: third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h

Issue 2675943003: Remove custom left overs from object grouping (Closed)
Patch Set: Rebase (0 changes) Created 3 years, 10 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: third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
index 7cc71d592ebb6d27ae3a6941427c077d8555c18d..28ab63f0f1d0cedb89acb790e84a478cb0a234e1 100644
--- a/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
+++ b/third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h
@@ -38,11 +38,6 @@ class CORE_EXPORT StringSequenceCallbackFunctionLongSequenceArg final : public G
return m_callback.newLocal(isolate);
}
- void setWrapperReference(v8::Isolate* isolate, const v8::Persistent<v8::Object>& wrapper) {
- DCHECK(!m_callback.isEmpty());
- m_callback.setReference(wrapper, isolate);
- }
-
private:
StringSequenceCallbackFunctionLongSequenceArg(ScriptState*, v8::Local<v8::Function>);

Powered by Google App Engine
This is Rietveld 408576698