@@ -128,11 +128,6 @@ class BaseObject : public MemoryRetainer {
|
128 | 128 | // a BaseObjectPtr to this object. |
129 | 129 | inline void Detach(); |
130 | 130 | |
131 | | -static inline v8::Local<v8::FunctionTemplate> GetConstructorTemplate( |
132 | | - Environment* env); |
133 | | -static v8::Local<v8::FunctionTemplate> GetConstructorTemplate( |
134 | | - IsolateData* isolate_data); |
135 | | - |
136 | 131 | // Interface for transferring BaseObject instances using the .postMessage() |
137 | 132 | // method of MessagePorts (and, by extension, Workers). |
138 | 133 | // GetTransferMode() returns a transfer mode that indicates how to deal with |
|