mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Cleanup: Remove reference to closed issue 7193 (#34039)
Signed-off-by: Wulan Seruniati Salim <wulanseruniati@gmail.com>
This commit is contained in:
parent
83cd349163
commit
d3e0efbc21
2 changed files with 2 additions and 2 deletions
|
@ -248,7 +248,7 @@ pub struct HTMLInputElement {
|
||||||
size: Cell<u32>,
|
size: Cell<u32>,
|
||||||
maxlength: Cell<i32>,
|
maxlength: Cell<i32>,
|
||||||
minlength: Cell<i32>,
|
minlength: Cell<i32>,
|
||||||
#[ignore_malloc_size_of = "#7193"]
|
#[ignore_malloc_size_of = "TextInput contains an IPCSender which cannot be measured"]
|
||||||
#[no_trace]
|
#[no_trace]
|
||||||
textinput: DomRefCell<TextInput<ScriptToConstellationChan>>,
|
textinput: DomRefCell<TextInput<ScriptToConstellationChan>>,
|
||||||
// https://html.spec.whatwg.org/multipage/#concept-input-value-dirty-flag
|
// https://html.spec.whatwg.org/multipage/#concept-input-value-dirty-flag
|
||||||
|
|
|
@ -50,7 +50,7 @@ use crate::textinput::{
|
||||||
#[dom_struct]
|
#[dom_struct]
|
||||||
pub struct HTMLTextAreaElement {
|
pub struct HTMLTextAreaElement {
|
||||||
htmlelement: HTMLElement,
|
htmlelement: HTMLElement,
|
||||||
#[ignore_malloc_size_of = "#7193"]
|
#[ignore_malloc_size_of = "TextInput contains an IPCSender which cannot be measured"]
|
||||||
#[no_trace]
|
#[no_trace]
|
||||||
textinput: DomRefCell<TextInput<ScriptToConstellationChan>>,
|
textinput: DomRefCell<TextInput<ScriptToConstellationChan>>,
|
||||||
placeholder: DomRefCell<DOMString>,
|
placeholder: DomRefCell<DOMString>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue