OLD | NEW |
(Empty) | |
| 1 static_singleton.cpp:14:3: warning: [blink-gc] The static singleton 'object' con
tains one or more unsafe ScriptWrappable references |
| 2 DEFINE_STATIC_LOCAL(HeapObject, object); |
| 3 ^ |
| 4 static_singleton.cpp:8:3: note: expanded from macro 'DEFINE_STATIC_LOCAL' |
| 5 BLINK_STATIC_SINGLETON() \ |
| 6 ^ |
| 7 ./heap/stubs.h:192:3: note: expanded from macro 'BLINK_STATIC_SINGLETON' |
| 8 __attribute__((annotate("blink_gc_singleton_type"))) |
| 9 ^ |
| 10 note: [blink-gc] Embedded unsafe ScriptWrappable-derived field with type 'class
blink::AScriptWrappable' located at 'b_ => a_' |
| 11 static_singleton.cpp:22:5: warning: [blink-gc] The static singleton 'object' con
tains one or more unsafe ScriptWrappable references |
| 12 DEFINE_STATIC_LOCAL(HeapObject, object); |
| 13 ^ |
| 14 static_singleton.cpp:8:3: note: expanded from macro 'DEFINE_STATIC_LOCAL' |
| 15 BLINK_STATIC_SINGLETON() \ |
| 16 ^ |
| 17 ./heap/stubs.h:192:3: note: expanded from macro 'BLINK_STATIC_SINGLETON' |
| 18 __attribute__((annotate("blink_gc_singleton_type"))) |
| 19 ^ |
| 20 note: [blink-gc] Embedded unsafe ScriptWrappable-derived field with type 'class
blink::AScriptWrappable' located at 'b_ => a_' |
| 21 static_singleton.cpp:25:3: warning: [blink-gc] The static singleton 'object' con
tains one or more unsafe ScriptWrappable references |
| 22 DEFINE_STATIC_LOCAL(HeapObject, object); |
| 23 ^ |
| 24 static_singleton.cpp:8:3: note: expanded from macro 'DEFINE_STATIC_LOCAL' |
| 25 BLINK_STATIC_SINGLETON() \ |
| 26 ^ |
| 27 ./heap/stubs.h:192:3: note: expanded from macro 'BLINK_STATIC_SINGLETON' |
| 28 __attribute__((annotate("blink_gc_singleton_type"))) |
| 29 ^ |
| 30 note: [blink-gc] Embedded unsafe ScriptWrappable-derived field with type 'class
blink::AScriptWrappable' located at 'b_ => a_' |
| 31 3 warnings generated. |
OLD | NEW |